@aws-sdk/client-quicksight 3.299.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CancelIngestionCommand.d.ts +5 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +23 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +4282 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +4320 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +182 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +246 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +21 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +12 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +6 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +4269 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +72 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +5 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +5 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +5 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +5 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +5 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +5 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +5 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +5 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +5 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +5 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +6 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +5 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +32 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +36 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +14 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +6 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +5 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +5 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +7 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +7 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +6 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +5 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListThemesCommand.d.ts +6 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +7 -0
- package/dist-types/commands/ListUsersCommand.d.ts +6 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +14 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +12 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +12 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +12 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +12 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +12 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +13 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +8 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +4268 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +4306 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +36 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +168 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +231 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +5 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +12 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +7 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +4255 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +6 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +58 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +12 -0
- package/package.json +8 -8
|
@@ -26,6 +26,4274 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
26
26
|
* import { QuickSightClient, UpdateAnalysisCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateAnalysisCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // UpdateAnalysisRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* AnalysisId: "STRING_VALUE", // required
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* Parameters: { // Parameters
|
|
34
|
+
* StringParameters: [ // StringParameterList
|
|
35
|
+
* { // StringParameter
|
|
36
|
+
* Name: "STRING_VALUE", // required
|
|
37
|
+
* Values: [ // SensitiveStringList // required
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* IntegerParameters: [ // IntegerParameterList
|
|
43
|
+
* { // IntegerParameter
|
|
44
|
+
* Name: "STRING_VALUE", // required
|
|
45
|
+
* Values: [ // SensitiveLongList // required
|
|
46
|
+
* Number("long"),
|
|
47
|
+
* ],
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* DecimalParameters: [ // DecimalParameterList
|
|
51
|
+
* { // DecimalParameter
|
|
52
|
+
* Name: "STRING_VALUE", // required
|
|
53
|
+
* Values: [ // SensitiveDoubleList // required
|
|
54
|
+
* Number("double"),
|
|
55
|
+
* ],
|
|
56
|
+
* },
|
|
57
|
+
* ],
|
|
58
|
+
* DateTimeParameters: [ // DateTimeParameterList
|
|
59
|
+
* { // DateTimeParameter
|
|
60
|
+
* Name: "STRING_VALUE", // required
|
|
61
|
+
* Values: [ // SensitiveTimestampList // required
|
|
62
|
+
* new Date("TIMESTAMP"),
|
|
63
|
+
* ],
|
|
64
|
+
* },
|
|
65
|
+
* ],
|
|
66
|
+
* },
|
|
67
|
+
* SourceEntity: { // AnalysisSourceEntity
|
|
68
|
+
* SourceTemplate: { // AnalysisSourceTemplate
|
|
69
|
+
* DataSetReferences: [ // DataSetReferenceList // required
|
|
70
|
+
* { // DataSetReference
|
|
71
|
+
* DataSetPlaceholder: "STRING_VALUE", // required
|
|
72
|
+
* DataSetArn: "STRING_VALUE", // required
|
|
73
|
+
* },
|
|
74
|
+
* ],
|
|
75
|
+
* Arn: "STRING_VALUE", // required
|
|
76
|
+
* },
|
|
77
|
+
* },
|
|
78
|
+
* ThemeArn: "STRING_VALUE",
|
|
79
|
+
* Definition: { // AnalysisDefinition
|
|
80
|
+
* DataSetIdentifierDeclarations: [ // DataSetIdentifierDeclarationList // required
|
|
81
|
+
* { // DataSetIdentifierDeclaration
|
|
82
|
+
* Identifier: "STRING_VALUE", // required
|
|
83
|
+
* DataSetArn: "STRING_VALUE", // required
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
86
|
+
* Sheets: [ // SheetDefinitionList
|
|
87
|
+
* { // SheetDefinition
|
|
88
|
+
* SheetId: "STRING_VALUE", // required
|
|
89
|
+
* Title: "STRING_VALUE",
|
|
90
|
+
* Description: "STRING_VALUE",
|
|
91
|
+
* Name: "STRING_VALUE",
|
|
92
|
+
* ParameterControls: [ // ParameterControlList
|
|
93
|
+
* { // ParameterControl
|
|
94
|
+
* DateTimePicker: { // ParameterDateTimePickerControl
|
|
95
|
+
* ParameterControlId: "STRING_VALUE", // required
|
|
96
|
+
* Title: "STRING_VALUE", // required
|
|
97
|
+
* SourceParameterName: "STRING_VALUE", // required
|
|
98
|
+
* DisplayOptions: { // DateTimePickerControlDisplayOptions
|
|
99
|
+
* TitleOptions: { // LabelOptions
|
|
100
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
101
|
+
* FontConfiguration: { // FontConfiguration
|
|
102
|
+
* FontSize: { // FontSize
|
|
103
|
+
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
104
|
+
* },
|
|
105
|
+
* FontDecoration: "UNDERLINE" || "NONE",
|
|
106
|
+
* FontColor: "STRING_VALUE",
|
|
107
|
+
* FontWeight: { // FontWeight
|
|
108
|
+
* Name: "NORMAL" || "BOLD",
|
|
109
|
+
* },
|
|
110
|
+
* FontStyle: "NORMAL" || "ITALIC",
|
|
111
|
+
* },
|
|
112
|
+
* CustomLabel: "STRING_VALUE",
|
|
113
|
+
* },
|
|
114
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
115
|
+
* },
|
|
116
|
+
* },
|
|
117
|
+
* List: { // ParameterListControl
|
|
118
|
+
* ParameterControlId: "STRING_VALUE", // required
|
|
119
|
+
* Title: "STRING_VALUE", // required
|
|
120
|
+
* SourceParameterName: "STRING_VALUE", // required
|
|
121
|
+
* DisplayOptions: { // ListControlDisplayOptions
|
|
122
|
+
* SearchOptions: { // ListControlSearchOptions
|
|
123
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
124
|
+
* },
|
|
125
|
+
* SelectAllOptions: { // ListControlSelectAllOptions
|
|
126
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
127
|
+
* },
|
|
128
|
+
* TitleOptions: {
|
|
129
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
130
|
+
* FontConfiguration: {
|
|
131
|
+
* FontSize: {
|
|
132
|
+
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
133
|
+
* },
|
|
134
|
+
* FontDecoration: "UNDERLINE" || "NONE",
|
|
135
|
+
* FontColor: "STRING_VALUE",
|
|
136
|
+
* FontWeight: {
|
|
137
|
+
* Name: "NORMAL" || "BOLD",
|
|
138
|
+
* },
|
|
139
|
+
* FontStyle: "NORMAL" || "ITALIC",
|
|
140
|
+
* },
|
|
141
|
+
* CustomLabel: "STRING_VALUE",
|
|
142
|
+
* },
|
|
143
|
+
* },
|
|
144
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
145
|
+
* SelectableValues: { // ParameterSelectableValues
|
|
146
|
+
* Values: [ // ParameterSelectableValueList
|
|
147
|
+
* "STRING_VALUE",
|
|
148
|
+
* ],
|
|
149
|
+
* LinkToDataSetColumn: { // ColumnIdentifier
|
|
150
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
151
|
+
* ColumnName: "STRING_VALUE", // required
|
|
152
|
+
* },
|
|
153
|
+
* },
|
|
154
|
+
* CascadingControlConfiguration: { // CascadingControlConfiguration
|
|
155
|
+
* SourceControls: [ // CascadingControlSourceList
|
|
156
|
+
* { // CascadingControlSource
|
|
157
|
+
* SourceSheetControlId: "STRING_VALUE",
|
|
158
|
+
* ColumnToMatch: {
|
|
159
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
160
|
+
* ColumnName: "STRING_VALUE", // required
|
|
161
|
+
* },
|
|
162
|
+
* },
|
|
163
|
+
* ],
|
|
164
|
+
* },
|
|
165
|
+
* },
|
|
166
|
+
* Dropdown: { // ParameterDropDownControl
|
|
167
|
+
* ParameterControlId: "STRING_VALUE", // required
|
|
168
|
+
* Title: "STRING_VALUE", // required
|
|
169
|
+
* SourceParameterName: "STRING_VALUE", // required
|
|
170
|
+
* DisplayOptions: { // DropDownControlDisplayOptions
|
|
171
|
+
* SelectAllOptions: {
|
|
172
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
173
|
+
* },
|
|
174
|
+
* TitleOptions: {
|
|
175
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
176
|
+
* FontConfiguration: {
|
|
177
|
+
* FontSize: {
|
|
178
|
+
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
179
|
+
* },
|
|
180
|
+
* FontDecoration: "UNDERLINE" || "NONE",
|
|
181
|
+
* FontColor: "STRING_VALUE",
|
|
182
|
+
* FontWeight: {
|
|
183
|
+
* Name: "NORMAL" || "BOLD",
|
|
184
|
+
* },
|
|
185
|
+
* FontStyle: "NORMAL" || "ITALIC",
|
|
186
|
+
* },
|
|
187
|
+
* CustomLabel: "STRING_VALUE",
|
|
188
|
+
* },
|
|
189
|
+
* },
|
|
190
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
191
|
+
* SelectableValues: {
|
|
192
|
+
* Values: [
|
|
193
|
+
* "STRING_VALUE",
|
|
194
|
+
* ],
|
|
195
|
+
* LinkToDataSetColumn: {
|
|
196
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
197
|
+
* ColumnName: "STRING_VALUE", // required
|
|
198
|
+
* },
|
|
199
|
+
* },
|
|
200
|
+
* CascadingControlConfiguration: {
|
|
201
|
+
* SourceControls: [
|
|
202
|
+
* {
|
|
203
|
+
* SourceSheetControlId: "STRING_VALUE",
|
|
204
|
+
* ColumnToMatch: {
|
|
205
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
206
|
+
* ColumnName: "STRING_VALUE", // required
|
|
207
|
+
* },
|
|
208
|
+
* },
|
|
209
|
+
* ],
|
|
210
|
+
* },
|
|
211
|
+
* },
|
|
212
|
+
* TextField: { // ParameterTextFieldControl
|
|
213
|
+
* ParameterControlId: "STRING_VALUE", // required
|
|
214
|
+
* Title: "STRING_VALUE", // required
|
|
215
|
+
* SourceParameterName: "STRING_VALUE", // required
|
|
216
|
+
* DisplayOptions: { // TextFieldControlDisplayOptions
|
|
217
|
+
* TitleOptions: {
|
|
218
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
219
|
+
* FontConfiguration: {
|
|
220
|
+
* FontSize: {
|
|
221
|
+
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
222
|
+
* },
|
|
223
|
+
* FontDecoration: "UNDERLINE" || "NONE",
|
|
224
|
+
* FontColor: "STRING_VALUE",
|
|
225
|
+
* FontWeight: {
|
|
226
|
+
* Name: "NORMAL" || "BOLD",
|
|
227
|
+
* },
|
|
228
|
+
* FontStyle: "NORMAL" || "ITALIC",
|
|
229
|
+
* },
|
|
230
|
+
* CustomLabel: "STRING_VALUE",
|
|
231
|
+
* },
|
|
232
|
+
* PlaceholderOptions: { // TextControlPlaceholderOptions
|
|
233
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
234
|
+
* },
|
|
235
|
+
* },
|
|
236
|
+
* },
|
|
237
|
+
* TextArea: { // ParameterTextAreaControl
|
|
238
|
+
* ParameterControlId: "STRING_VALUE", // required
|
|
239
|
+
* Title: "STRING_VALUE", // required
|
|
240
|
+
* SourceParameterName: "STRING_VALUE", // required
|
|
241
|
+
* Delimiter: "STRING_VALUE",
|
|
242
|
+
* DisplayOptions: { // TextAreaControlDisplayOptions
|
|
243
|
+
* TitleOptions: {
|
|
244
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
245
|
+
* FontConfiguration: {
|
|
246
|
+
* FontSize: {
|
|
247
|
+
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
248
|
+
* },
|
|
249
|
+
* FontDecoration: "UNDERLINE" || "NONE",
|
|
250
|
+
* FontColor: "STRING_VALUE",
|
|
251
|
+
* FontWeight: {
|
|
252
|
+
* Name: "NORMAL" || "BOLD",
|
|
253
|
+
* },
|
|
254
|
+
* FontStyle: "NORMAL" || "ITALIC",
|
|
255
|
+
* },
|
|
256
|
+
* CustomLabel: "STRING_VALUE",
|
|
257
|
+
* },
|
|
258
|
+
* PlaceholderOptions: {
|
|
259
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
260
|
+
* },
|
|
261
|
+
* },
|
|
262
|
+
* },
|
|
263
|
+
* Slider: { // ParameterSliderControl
|
|
264
|
+
* ParameterControlId: "STRING_VALUE", // required
|
|
265
|
+
* Title: "STRING_VALUE", // required
|
|
266
|
+
* SourceParameterName: "STRING_VALUE", // required
|
|
267
|
+
* DisplayOptions: { // SliderControlDisplayOptions
|
|
268
|
+
* TitleOptions: "<LabelOptions>",
|
|
269
|
+
* },
|
|
270
|
+
* MaximumValue: Number("double"), // required
|
|
271
|
+
* MinimumValue: Number("double"), // required
|
|
272
|
+
* StepSize: Number("double"), // required
|
|
273
|
+
* },
|
|
274
|
+
* },
|
|
275
|
+
* ],
|
|
276
|
+
* FilterControls: [ // FilterControlList
|
|
277
|
+
* { // FilterControl
|
|
278
|
+
* DateTimePicker: { // FilterDateTimePickerControl
|
|
279
|
+
* FilterControlId: "STRING_VALUE", // required
|
|
280
|
+
* Title: "STRING_VALUE", // required
|
|
281
|
+
* SourceFilterId: "STRING_VALUE", // required
|
|
282
|
+
* DisplayOptions: {
|
|
283
|
+
* TitleOptions: "<LabelOptions>",
|
|
284
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
285
|
+
* },
|
|
286
|
+
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
287
|
+
* },
|
|
288
|
+
* List: { // FilterListControl
|
|
289
|
+
* FilterControlId: "STRING_VALUE", // required
|
|
290
|
+
* Title: "STRING_VALUE", // required
|
|
291
|
+
* SourceFilterId: "STRING_VALUE", // required
|
|
292
|
+
* DisplayOptions: {
|
|
293
|
+
* SearchOptions: {
|
|
294
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
295
|
+
* },
|
|
296
|
+
* SelectAllOptions: {
|
|
297
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
298
|
+
* },
|
|
299
|
+
* TitleOptions: "<LabelOptions>",
|
|
300
|
+
* },
|
|
301
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
302
|
+
* SelectableValues: { // FilterSelectableValues
|
|
303
|
+
* Values: [
|
|
304
|
+
* "STRING_VALUE",
|
|
305
|
+
* ],
|
|
306
|
+
* },
|
|
307
|
+
* CascadingControlConfiguration: {
|
|
308
|
+
* SourceControls: [
|
|
309
|
+
* {
|
|
310
|
+
* SourceSheetControlId: "STRING_VALUE",
|
|
311
|
+
* ColumnToMatch: {
|
|
312
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
313
|
+
* ColumnName: "STRING_VALUE", // required
|
|
314
|
+
* },
|
|
315
|
+
* },
|
|
316
|
+
* ],
|
|
317
|
+
* },
|
|
318
|
+
* },
|
|
319
|
+
* Dropdown: { // FilterDropDownControl
|
|
320
|
+
* FilterControlId: "STRING_VALUE", // required
|
|
321
|
+
* Title: "STRING_VALUE", // required
|
|
322
|
+
* SourceFilterId: "STRING_VALUE", // required
|
|
323
|
+
* DisplayOptions: {
|
|
324
|
+
* SelectAllOptions: {
|
|
325
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
326
|
+
* },
|
|
327
|
+
* TitleOptions: "<LabelOptions>",
|
|
328
|
+
* },
|
|
329
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
330
|
+
* SelectableValues: {
|
|
331
|
+
* Values: [
|
|
332
|
+
* "STRING_VALUE",
|
|
333
|
+
* ],
|
|
334
|
+
* },
|
|
335
|
+
* CascadingControlConfiguration: {
|
|
336
|
+
* SourceControls: [
|
|
337
|
+
* {
|
|
338
|
+
* SourceSheetControlId: "STRING_VALUE",
|
|
339
|
+
* ColumnToMatch: "<ColumnIdentifier>",
|
|
340
|
+
* },
|
|
341
|
+
* ],
|
|
342
|
+
* },
|
|
343
|
+
* },
|
|
344
|
+
* TextField: { // FilterTextFieldControl
|
|
345
|
+
* FilterControlId: "STRING_VALUE", // required
|
|
346
|
+
* Title: "STRING_VALUE", // required
|
|
347
|
+
* SourceFilterId: "STRING_VALUE", // required
|
|
348
|
+
* DisplayOptions: {
|
|
349
|
+
* TitleOptions: "<LabelOptions>",
|
|
350
|
+
* PlaceholderOptions: {
|
|
351
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
352
|
+
* },
|
|
353
|
+
* },
|
|
354
|
+
* },
|
|
355
|
+
* TextArea: { // FilterTextAreaControl
|
|
356
|
+
* FilterControlId: "STRING_VALUE", // required
|
|
357
|
+
* Title: "STRING_VALUE", // required
|
|
358
|
+
* SourceFilterId: "STRING_VALUE", // required
|
|
359
|
+
* Delimiter: "STRING_VALUE",
|
|
360
|
+
* DisplayOptions: {
|
|
361
|
+
* TitleOptions: "<LabelOptions>",
|
|
362
|
+
* PlaceholderOptions: {
|
|
363
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
364
|
+
* },
|
|
365
|
+
* },
|
|
366
|
+
* },
|
|
367
|
+
* Slider: { // FilterSliderControl
|
|
368
|
+
* FilterControlId: "STRING_VALUE", // required
|
|
369
|
+
* Title: "STRING_VALUE", // required
|
|
370
|
+
* SourceFilterId: "STRING_VALUE", // required
|
|
371
|
+
* DisplayOptions: {
|
|
372
|
+
* TitleOptions: "<LabelOptions>",
|
|
373
|
+
* },
|
|
374
|
+
* Type: "SINGLE_POINT" || "RANGE",
|
|
375
|
+
* MaximumValue: Number("double"), // required
|
|
376
|
+
* MinimumValue: Number("double"), // required
|
|
377
|
+
* StepSize: Number("double"), // required
|
|
378
|
+
* },
|
|
379
|
+
* RelativeDateTime: { // FilterRelativeDateTimeControl
|
|
380
|
+
* FilterControlId: "STRING_VALUE", // required
|
|
381
|
+
* Title: "STRING_VALUE", // required
|
|
382
|
+
* SourceFilterId: "STRING_VALUE", // required
|
|
383
|
+
* DisplayOptions: { // RelativeDateTimeControlDisplayOptions
|
|
384
|
+
* TitleOptions: "<LabelOptions>",
|
|
385
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
386
|
+
* },
|
|
387
|
+
* },
|
|
388
|
+
* },
|
|
389
|
+
* ],
|
|
390
|
+
* Visuals: [ // VisualList
|
|
391
|
+
* { // Visual
|
|
392
|
+
* TableVisual: { // TableVisual
|
|
393
|
+
* VisualId: "STRING_VALUE", // required
|
|
394
|
+
* Title: { // VisualTitleLabelOptions
|
|
395
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
396
|
+
* FormatText: { // ShortFormatText
|
|
397
|
+
* PlainText: "STRING_VALUE",
|
|
398
|
+
* RichText: "STRING_VALUE",
|
|
399
|
+
* },
|
|
400
|
+
* },
|
|
401
|
+
* Subtitle: { // VisualSubtitleLabelOptions
|
|
402
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
403
|
+
* FormatText: { // LongFormatText
|
|
404
|
+
* PlainText: "STRING_VALUE",
|
|
405
|
+
* RichText: "STRING_VALUE",
|
|
406
|
+
* },
|
|
407
|
+
* },
|
|
408
|
+
* ChartConfiguration: { // TableConfiguration
|
|
409
|
+
* FieldWells: { // TableFieldWells
|
|
410
|
+
* TableAggregatedFieldWells: { // TableAggregatedFieldWells
|
|
411
|
+
* GroupBy: [ // DimensionFieldList
|
|
412
|
+
* { // DimensionField
|
|
413
|
+
* NumericalDimensionField: { // NumericalDimensionField
|
|
414
|
+
* FieldId: "STRING_VALUE", // required
|
|
415
|
+
* Column: "<ColumnIdentifier>", // required
|
|
416
|
+
* HierarchyId: "STRING_VALUE",
|
|
417
|
+
* FormatConfiguration: { // NumberFormatConfiguration
|
|
418
|
+
* FormatConfiguration: { // NumericFormatConfiguration
|
|
419
|
+
* NumberDisplayFormatConfiguration: { // NumberDisplayFormatConfiguration
|
|
420
|
+
* Prefix: "STRING_VALUE",
|
|
421
|
+
* Suffix: "STRING_VALUE",
|
|
422
|
+
* SeparatorConfiguration: { // NumericSeparatorConfiguration
|
|
423
|
+
* DecimalSeparator: "COMMA" || "DOT" || "SPACE",
|
|
424
|
+
* ThousandsSeparator: { // ThousandSeparatorOptions
|
|
425
|
+
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
426
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
427
|
+
* },
|
|
428
|
+
* },
|
|
429
|
+
* DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
|
|
430
|
+
* DecimalPlaces: Number("long"), // required
|
|
431
|
+
* },
|
|
432
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
433
|
+
* NegativeValueConfiguration: { // NegativeValueConfiguration
|
|
434
|
+
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
435
|
+
* },
|
|
436
|
+
* NullValueFormatConfiguration: { // NullValueFormatConfiguration
|
|
437
|
+
* NullString: "STRING_VALUE", // required
|
|
438
|
+
* },
|
|
439
|
+
* },
|
|
440
|
+
* CurrencyDisplayFormatConfiguration: { // CurrencyDisplayFormatConfiguration
|
|
441
|
+
* Prefix: "STRING_VALUE",
|
|
442
|
+
* Suffix: "STRING_VALUE",
|
|
443
|
+
* SeparatorConfiguration: {
|
|
444
|
+
* DecimalSeparator: "COMMA" || "DOT" || "SPACE",
|
|
445
|
+
* ThousandsSeparator: {
|
|
446
|
+
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
447
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
448
|
+
* },
|
|
449
|
+
* },
|
|
450
|
+
* Symbol: "STRING_VALUE",
|
|
451
|
+
* DecimalPlacesConfiguration: {
|
|
452
|
+
* DecimalPlaces: Number("long"), // required
|
|
453
|
+
* },
|
|
454
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
455
|
+
* NegativeValueConfiguration: {
|
|
456
|
+
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
457
|
+
* },
|
|
458
|
+
* NullValueFormatConfiguration: {
|
|
459
|
+
* NullString: "STRING_VALUE", // required
|
|
460
|
+
* },
|
|
461
|
+
* },
|
|
462
|
+
* PercentageDisplayFormatConfiguration: { // PercentageDisplayFormatConfiguration
|
|
463
|
+
* Prefix: "STRING_VALUE",
|
|
464
|
+
* Suffix: "STRING_VALUE",
|
|
465
|
+
* SeparatorConfiguration: {
|
|
466
|
+
* DecimalSeparator: "COMMA" || "DOT" || "SPACE",
|
|
467
|
+
* ThousandsSeparator: {
|
|
468
|
+
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
469
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
470
|
+
* },
|
|
471
|
+
* },
|
|
472
|
+
* DecimalPlacesConfiguration: {
|
|
473
|
+
* DecimalPlaces: Number("long"), // required
|
|
474
|
+
* },
|
|
475
|
+
* NegativeValueConfiguration: {
|
|
476
|
+
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
477
|
+
* },
|
|
478
|
+
* NullValueFormatConfiguration: {
|
|
479
|
+
* NullString: "STRING_VALUE", // required
|
|
480
|
+
* },
|
|
481
|
+
* },
|
|
482
|
+
* },
|
|
483
|
+
* },
|
|
484
|
+
* },
|
|
485
|
+
* CategoricalDimensionField: { // CategoricalDimensionField
|
|
486
|
+
* FieldId: "STRING_VALUE", // required
|
|
487
|
+
* Column: "<ColumnIdentifier>", // required
|
|
488
|
+
* HierarchyId: "STRING_VALUE",
|
|
489
|
+
* FormatConfiguration: { // StringFormatConfiguration
|
|
490
|
+
* NullValueFormatConfiguration: {
|
|
491
|
+
* NullString: "STRING_VALUE", // required
|
|
492
|
+
* },
|
|
493
|
+
* NumericFormatConfiguration: {
|
|
494
|
+
* NumberDisplayFormatConfiguration: {
|
|
495
|
+
* Prefix: "STRING_VALUE",
|
|
496
|
+
* Suffix: "STRING_VALUE",
|
|
497
|
+
* SeparatorConfiguration: {
|
|
498
|
+
* DecimalSeparator: "COMMA" || "DOT" || "SPACE",
|
|
499
|
+
* ThousandsSeparator: {
|
|
500
|
+
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
501
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
502
|
+
* },
|
|
503
|
+
* },
|
|
504
|
+
* DecimalPlacesConfiguration: {
|
|
505
|
+
* DecimalPlaces: Number("long"), // required
|
|
506
|
+
* },
|
|
507
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
508
|
+
* NegativeValueConfiguration: {
|
|
509
|
+
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
510
|
+
* },
|
|
511
|
+
* NullValueFormatConfiguration: {
|
|
512
|
+
* NullString: "STRING_VALUE", // required
|
|
513
|
+
* },
|
|
514
|
+
* },
|
|
515
|
+
* CurrencyDisplayFormatConfiguration: {
|
|
516
|
+
* Prefix: "STRING_VALUE",
|
|
517
|
+
* Suffix: "STRING_VALUE",
|
|
518
|
+
* SeparatorConfiguration: {
|
|
519
|
+
* DecimalSeparator: "COMMA" || "DOT" || "SPACE",
|
|
520
|
+
* ThousandsSeparator: {
|
|
521
|
+
* Symbol: "COMMA" || "DOT" || "SPACE",
|
|
522
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
523
|
+
* },
|
|
524
|
+
* },
|
|
525
|
+
* Symbol: "STRING_VALUE",
|
|
526
|
+
* DecimalPlacesConfiguration: {
|
|
527
|
+
* DecimalPlaces: Number("long"), // required
|
|
528
|
+
* },
|
|
529
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
530
|
+
* NegativeValueConfiguration: {
|
|
531
|
+
* DisplayMode: "POSITIVE" || "NEGATIVE", // required
|
|
532
|
+
* },
|
|
533
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
534
|
+
* },
|
|
535
|
+
* PercentageDisplayFormatConfiguration: {
|
|
536
|
+
* Prefix: "STRING_VALUE",
|
|
537
|
+
* Suffix: "STRING_VALUE",
|
|
538
|
+
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
539
|
+
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
540
|
+
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
541
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
542
|
+
* },
|
|
543
|
+
* },
|
|
544
|
+
* },
|
|
545
|
+
* },
|
|
546
|
+
* DateDimensionField: { // DateDimensionField
|
|
547
|
+
* FieldId: "STRING_VALUE", // required
|
|
548
|
+
* Column: "<ColumnIdentifier>", // required
|
|
549
|
+
* DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
550
|
+
* HierarchyId: "STRING_VALUE",
|
|
551
|
+
* FormatConfiguration: { // DateTimeFormatConfiguration
|
|
552
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
553
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
554
|
+
* NumericFormatConfiguration: {
|
|
555
|
+
* NumberDisplayFormatConfiguration: {
|
|
556
|
+
* Prefix: "STRING_VALUE",
|
|
557
|
+
* Suffix: "STRING_VALUE",
|
|
558
|
+
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
559
|
+
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
560
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
561
|
+
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
562
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
563
|
+
* },
|
|
564
|
+
* CurrencyDisplayFormatConfiguration: {
|
|
565
|
+
* Prefix: "STRING_VALUE",
|
|
566
|
+
* Suffix: "STRING_VALUE",
|
|
567
|
+
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
568
|
+
* Symbol: "STRING_VALUE",
|
|
569
|
+
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
570
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
571
|
+
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
572
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
573
|
+
* },
|
|
574
|
+
* PercentageDisplayFormatConfiguration: {
|
|
575
|
+
* Prefix: "STRING_VALUE",
|
|
576
|
+
* Suffix: "STRING_VALUE",
|
|
577
|
+
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
578
|
+
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
579
|
+
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
580
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
581
|
+
* },
|
|
582
|
+
* },
|
|
583
|
+
* },
|
|
584
|
+
* },
|
|
585
|
+
* },
|
|
586
|
+
* ],
|
|
587
|
+
* Values: [ // MeasureFieldList
|
|
588
|
+
* { // MeasureField
|
|
589
|
+
* NumericalMeasureField: { // NumericalMeasureField
|
|
590
|
+
* FieldId: "STRING_VALUE", // required
|
|
591
|
+
* Column: "<ColumnIdentifier>", // required
|
|
592
|
+
* AggregationFunction: { // NumericalAggregationFunction
|
|
593
|
+
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
594
|
+
* PercentileAggregation: { // PercentileAggregation
|
|
595
|
+
* PercentileValue: Number("double"),
|
|
596
|
+
* },
|
|
597
|
+
* },
|
|
598
|
+
* FormatConfiguration: {
|
|
599
|
+
* FormatConfiguration: {
|
|
600
|
+
* NumberDisplayFormatConfiguration: {
|
|
601
|
+
* Prefix: "STRING_VALUE",
|
|
602
|
+
* Suffix: "STRING_VALUE",
|
|
603
|
+
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
604
|
+
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
605
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
606
|
+
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
607
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
608
|
+
* },
|
|
609
|
+
* CurrencyDisplayFormatConfiguration: {
|
|
610
|
+
* Prefix: "STRING_VALUE",
|
|
611
|
+
* Suffix: "STRING_VALUE",
|
|
612
|
+
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
613
|
+
* Symbol: "STRING_VALUE",
|
|
614
|
+
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
615
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
616
|
+
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
617
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
618
|
+
* },
|
|
619
|
+
* PercentageDisplayFormatConfiguration: {
|
|
620
|
+
* Prefix: "STRING_VALUE",
|
|
621
|
+
* Suffix: "STRING_VALUE",
|
|
622
|
+
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
623
|
+
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
624
|
+
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
625
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
626
|
+
* },
|
|
627
|
+
* },
|
|
628
|
+
* },
|
|
629
|
+
* },
|
|
630
|
+
* CategoricalMeasureField: { // CategoricalMeasureField
|
|
631
|
+
* FieldId: "STRING_VALUE", // required
|
|
632
|
+
* Column: "<ColumnIdentifier>", // required
|
|
633
|
+
* AggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
634
|
+
* FormatConfiguration: {
|
|
635
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
636
|
+
* NumericFormatConfiguration: {
|
|
637
|
+
* NumberDisplayFormatConfiguration: {
|
|
638
|
+
* Prefix: "STRING_VALUE",
|
|
639
|
+
* Suffix: "STRING_VALUE",
|
|
640
|
+
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
641
|
+
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
642
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
643
|
+
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
644
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
645
|
+
* },
|
|
646
|
+
* CurrencyDisplayFormatConfiguration: {
|
|
647
|
+
* Prefix: "STRING_VALUE",
|
|
648
|
+
* Suffix: "STRING_VALUE",
|
|
649
|
+
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
650
|
+
* Symbol: "STRING_VALUE",
|
|
651
|
+
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
652
|
+
* NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
|
|
653
|
+
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
654
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
655
|
+
* },
|
|
656
|
+
* PercentageDisplayFormatConfiguration: {
|
|
657
|
+
* Prefix: "STRING_VALUE",
|
|
658
|
+
* Suffix: "STRING_VALUE",
|
|
659
|
+
* SeparatorConfiguration: "<NumericSeparatorConfiguration>",
|
|
660
|
+
* DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
|
|
661
|
+
* NegativeValueConfiguration: "<NegativeValueConfiguration>",
|
|
662
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
663
|
+
* },
|
|
664
|
+
* },
|
|
665
|
+
* },
|
|
666
|
+
* },
|
|
667
|
+
* DateMeasureField: { // DateMeasureField
|
|
668
|
+
* FieldId: "STRING_VALUE", // required
|
|
669
|
+
* Column: "<ColumnIdentifier>", // required
|
|
670
|
+
* AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
671
|
+
* FormatConfiguration: {
|
|
672
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
673
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
674
|
+
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
675
|
+
* },
|
|
676
|
+
* },
|
|
677
|
+
* CalculatedMeasureField: { // CalculatedMeasureField
|
|
678
|
+
* FieldId: "STRING_VALUE", // required
|
|
679
|
+
* Expression: "STRING_VALUE", // required
|
|
680
|
+
* },
|
|
681
|
+
* },
|
|
682
|
+
* ],
|
|
683
|
+
* },
|
|
684
|
+
* TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
|
|
685
|
+
* Values: [ // UnaggregatedFieldList
|
|
686
|
+
* { // UnaggregatedField
|
|
687
|
+
* FieldId: "STRING_VALUE", // required
|
|
688
|
+
* Column: "<ColumnIdentifier>", // required
|
|
689
|
+
* FormatConfiguration: { // FormatConfiguration
|
|
690
|
+
* StringFormatConfiguration: {
|
|
691
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
692
|
+
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
693
|
+
* },
|
|
694
|
+
* NumberFormatConfiguration: {
|
|
695
|
+
* FormatConfiguration: "<NumericFormatConfiguration>",
|
|
696
|
+
* },
|
|
697
|
+
* DateTimeFormatConfiguration: {
|
|
698
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
699
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
700
|
+
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
701
|
+
* },
|
|
702
|
+
* },
|
|
703
|
+
* },
|
|
704
|
+
* ],
|
|
705
|
+
* },
|
|
706
|
+
* },
|
|
707
|
+
* SortConfiguration: { // TableSortConfiguration
|
|
708
|
+
* RowSort: [ // RowSortList
|
|
709
|
+
* { // FieldSortOptions
|
|
710
|
+
* FieldSort: { // FieldSort
|
|
711
|
+
* FieldId: "STRING_VALUE", // required
|
|
712
|
+
* Direction: "ASC" || "DESC", // required
|
|
713
|
+
* },
|
|
714
|
+
* ColumnSort: { // ColumnSort
|
|
715
|
+
* SortBy: "<ColumnIdentifier>", // required
|
|
716
|
+
* Direction: "ASC" || "DESC", // required
|
|
717
|
+
* AggregationFunction: { // AggregationFunction
|
|
718
|
+
* NumericalAggregationFunction: {
|
|
719
|
+
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
720
|
+
* PercentileAggregation: {
|
|
721
|
+
* PercentileValue: Number("double"),
|
|
722
|
+
* },
|
|
723
|
+
* },
|
|
724
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
725
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
726
|
+
* },
|
|
727
|
+
* },
|
|
728
|
+
* },
|
|
729
|
+
* ],
|
|
730
|
+
* PaginationConfiguration: { // PaginationConfiguration
|
|
731
|
+
* PageSize: Number("long"), // required
|
|
732
|
+
* PageNumber: Number("long"), // required
|
|
733
|
+
* },
|
|
734
|
+
* },
|
|
735
|
+
* TableOptions: { // TableOptions
|
|
736
|
+
* Orientation: "VERTICAL" || "HORIZONTAL",
|
|
737
|
+
* HeaderStyle: { // TableCellStyle
|
|
738
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
739
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
740
|
+
* TextWrap: "NONE" || "WRAP",
|
|
741
|
+
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
742
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
743
|
+
* BackgroundColor: "STRING_VALUE",
|
|
744
|
+
* Height: Number("int"),
|
|
745
|
+
* Border: { // GlobalTableBorderOptions
|
|
746
|
+
* UniformBorder: { // TableBorderOptions
|
|
747
|
+
* Color: "STRING_VALUE",
|
|
748
|
+
* Thickness: Number("int"),
|
|
749
|
+
* Style: "NONE" || "SOLID",
|
|
750
|
+
* },
|
|
751
|
+
* SideSpecificBorder: { // TableSideBorderOptions
|
|
752
|
+
* InnerVertical: {
|
|
753
|
+
* Color: "STRING_VALUE",
|
|
754
|
+
* Thickness: Number("int"),
|
|
755
|
+
* Style: "NONE" || "SOLID",
|
|
756
|
+
* },
|
|
757
|
+
* InnerHorizontal: {
|
|
758
|
+
* Color: "STRING_VALUE",
|
|
759
|
+
* Thickness: Number("int"),
|
|
760
|
+
* Style: "NONE" || "SOLID",
|
|
761
|
+
* },
|
|
762
|
+
* Left: {
|
|
763
|
+
* Color: "STRING_VALUE",
|
|
764
|
+
* Thickness: Number("int"),
|
|
765
|
+
* Style: "NONE" || "SOLID",
|
|
766
|
+
* },
|
|
767
|
+
* Right: {
|
|
768
|
+
* Color: "STRING_VALUE",
|
|
769
|
+
* Thickness: Number("int"),
|
|
770
|
+
* Style: "NONE" || "SOLID",
|
|
771
|
+
* },
|
|
772
|
+
* Top: "<TableBorderOptions>",
|
|
773
|
+
* Bottom: "<TableBorderOptions>",
|
|
774
|
+
* },
|
|
775
|
+
* },
|
|
776
|
+
* },
|
|
777
|
+
* CellStyle: {
|
|
778
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
779
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
780
|
+
* TextWrap: "NONE" || "WRAP",
|
|
781
|
+
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
782
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
783
|
+
* BackgroundColor: "STRING_VALUE",
|
|
784
|
+
* Height: Number("int"),
|
|
785
|
+
* Border: {
|
|
786
|
+
* UniformBorder: "<TableBorderOptions>",
|
|
787
|
+
* SideSpecificBorder: {
|
|
788
|
+
* InnerVertical: "<TableBorderOptions>",
|
|
789
|
+
* InnerHorizontal: "<TableBorderOptions>",
|
|
790
|
+
* Left: "<TableBorderOptions>",
|
|
791
|
+
* Right: "<TableBorderOptions>",
|
|
792
|
+
* Top: "<TableBorderOptions>",
|
|
793
|
+
* Bottom: "<TableBorderOptions>",
|
|
794
|
+
* },
|
|
795
|
+
* },
|
|
796
|
+
* },
|
|
797
|
+
* RowAlternateColorOptions: { // RowAlternateColorOptions
|
|
798
|
+
* Status: "ENABLED" || "DISABLED",
|
|
799
|
+
* RowAlternateColors: [ // RowAlternateColorList
|
|
800
|
+
* "STRING_VALUE",
|
|
801
|
+
* ],
|
|
802
|
+
* },
|
|
803
|
+
* },
|
|
804
|
+
* TotalOptions: { // TotalOptions
|
|
805
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
806
|
+
* Placement: "START" || "END",
|
|
807
|
+
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
808
|
+
* CustomLabel: "STRING_VALUE",
|
|
809
|
+
* TotalCellStyle: {
|
|
810
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
811
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
812
|
+
* TextWrap: "NONE" || "WRAP",
|
|
813
|
+
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
814
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
815
|
+
* BackgroundColor: "STRING_VALUE",
|
|
816
|
+
* Height: Number("int"),
|
|
817
|
+
* Border: {
|
|
818
|
+
* UniformBorder: "<TableBorderOptions>",
|
|
819
|
+
* SideSpecificBorder: {
|
|
820
|
+
* InnerVertical: "<TableBorderOptions>",
|
|
821
|
+
* InnerHorizontal: "<TableBorderOptions>",
|
|
822
|
+
* Left: "<TableBorderOptions>",
|
|
823
|
+
* Right: "<TableBorderOptions>",
|
|
824
|
+
* Top: "<TableBorderOptions>",
|
|
825
|
+
* Bottom: "<TableBorderOptions>",
|
|
826
|
+
* },
|
|
827
|
+
* },
|
|
828
|
+
* },
|
|
829
|
+
* },
|
|
830
|
+
* FieldOptions: { // TableFieldOptions
|
|
831
|
+
* SelectedFieldOptions: [ // TableFieldOptionList
|
|
832
|
+
* { // TableFieldOption
|
|
833
|
+
* FieldId: "STRING_VALUE", // required
|
|
834
|
+
* Width: "STRING_VALUE",
|
|
835
|
+
* CustomLabel: "STRING_VALUE",
|
|
836
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
837
|
+
* URLStyling: { // TableFieldURLConfiguration
|
|
838
|
+
* LinkConfiguration: { // TableFieldLinkConfiguration
|
|
839
|
+
* Target: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
|
|
840
|
+
* Content: { // TableFieldLinkContentConfiguration
|
|
841
|
+
* CustomTextContent: { // TableFieldCustomTextContent
|
|
842
|
+
* Value: "STRING_VALUE",
|
|
843
|
+
* FontConfiguration: "<FontConfiguration>", // required
|
|
844
|
+
* },
|
|
845
|
+
* CustomIconContent: { // TableFieldCustomIconContent
|
|
846
|
+
* Icon: "LINK",
|
|
847
|
+
* },
|
|
848
|
+
* },
|
|
849
|
+
* },
|
|
850
|
+
* ImageConfiguration: { // TableFieldImageConfiguration
|
|
851
|
+
* SizingOptions: { // TableCellImageSizingConfiguration
|
|
852
|
+
* TableCellImageScalingConfiguration: "FIT_TO_CELL_HEIGHT" || "FIT_TO_CELL_WIDTH" || "DO_NOT_SCALE",
|
|
853
|
+
* },
|
|
854
|
+
* },
|
|
855
|
+
* },
|
|
856
|
+
* },
|
|
857
|
+
* ],
|
|
858
|
+
* Order: [ // FieldOrderList
|
|
859
|
+
* "STRING_VALUE",
|
|
860
|
+
* ],
|
|
861
|
+
* },
|
|
862
|
+
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
863
|
+
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
864
|
+
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
865
|
+
* },
|
|
866
|
+
* TableInlineVisualizations: [ // TableInlineVisualizationList
|
|
867
|
+
* { // TableInlineVisualization
|
|
868
|
+
* DataBars: { // DataBarsOptions
|
|
869
|
+
* FieldId: "STRING_VALUE", // required
|
|
870
|
+
* PositiveColor: "STRING_VALUE",
|
|
871
|
+
* NegativeColor: "STRING_VALUE",
|
|
872
|
+
* },
|
|
873
|
+
* },
|
|
874
|
+
* ],
|
|
875
|
+
* },
|
|
876
|
+
* ConditionalFormatting: { // TableConditionalFormatting
|
|
877
|
+
* ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
|
|
878
|
+
* { // TableConditionalFormattingOption
|
|
879
|
+
* Cell: { // TableCellConditionalFormatting
|
|
880
|
+
* FieldId: "STRING_VALUE", // required
|
|
881
|
+
* TextFormat: { // TextConditionalFormat
|
|
882
|
+
* BackgroundColor: { // ConditionalFormattingColor
|
|
883
|
+
* Solid: { // ConditionalFormattingSolidColor
|
|
884
|
+
* Expression: "STRING_VALUE", // required
|
|
885
|
+
* Color: "STRING_VALUE",
|
|
886
|
+
* },
|
|
887
|
+
* Gradient: { // ConditionalFormattingGradientColor
|
|
888
|
+
* Expression: "STRING_VALUE", // required
|
|
889
|
+
* Color: { // GradientColor
|
|
890
|
+
* Stops: [ // GradientStopList
|
|
891
|
+
* { // GradientStop
|
|
892
|
+
* GradientOffset: Number("double"), // required
|
|
893
|
+
* DataValue: Number("double"),
|
|
894
|
+
* Color: "STRING_VALUE",
|
|
895
|
+
* },
|
|
896
|
+
* ],
|
|
897
|
+
* },
|
|
898
|
+
* },
|
|
899
|
+
* },
|
|
900
|
+
* TextColor: {
|
|
901
|
+
* Solid: {
|
|
902
|
+
* Expression: "STRING_VALUE", // required
|
|
903
|
+
* Color: "STRING_VALUE",
|
|
904
|
+
* },
|
|
905
|
+
* Gradient: {
|
|
906
|
+
* Expression: "STRING_VALUE", // required
|
|
907
|
+
* Color: {
|
|
908
|
+
* Stops: [
|
|
909
|
+
* {
|
|
910
|
+
* GradientOffset: Number("double"), // required
|
|
911
|
+
* DataValue: Number("double"),
|
|
912
|
+
* Color: "STRING_VALUE",
|
|
913
|
+
* },
|
|
914
|
+
* ],
|
|
915
|
+
* },
|
|
916
|
+
* },
|
|
917
|
+
* },
|
|
918
|
+
* Icon: { // ConditionalFormattingIcon
|
|
919
|
+
* IconSet: { // ConditionalFormattingIconSet
|
|
920
|
+
* Expression: "STRING_VALUE", // required
|
|
921
|
+
* 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",
|
|
922
|
+
* },
|
|
923
|
+
* CustomCondition: { // ConditionalFormattingCustomIconCondition
|
|
924
|
+
* Expression: "STRING_VALUE", // required
|
|
925
|
+
* IconOptions: { // ConditionalFormattingCustomIconOptions
|
|
926
|
+
* 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",
|
|
927
|
+
* UnicodeIcon: "STRING_VALUE",
|
|
928
|
+
* },
|
|
929
|
+
* Color: "STRING_VALUE",
|
|
930
|
+
* DisplayConfiguration: { // ConditionalFormattingIconDisplayConfiguration
|
|
931
|
+
* IconDisplayOption: "ICON_ONLY",
|
|
932
|
+
* },
|
|
933
|
+
* },
|
|
934
|
+
* },
|
|
935
|
+
* },
|
|
936
|
+
* },
|
|
937
|
+
* Row: { // TableRowConditionalFormatting
|
|
938
|
+
* BackgroundColor: {
|
|
939
|
+
* Solid: {
|
|
940
|
+
* Expression: "STRING_VALUE", // required
|
|
941
|
+
* Color: "STRING_VALUE",
|
|
942
|
+
* },
|
|
943
|
+
* Gradient: {
|
|
944
|
+
* Expression: "STRING_VALUE", // required
|
|
945
|
+
* Color: {
|
|
946
|
+
* Stops: [
|
|
947
|
+
* {
|
|
948
|
+
* GradientOffset: Number("double"), // required
|
|
949
|
+
* DataValue: Number("double"),
|
|
950
|
+
* Color: "STRING_VALUE",
|
|
951
|
+
* },
|
|
952
|
+
* ],
|
|
953
|
+
* },
|
|
954
|
+
* },
|
|
955
|
+
* },
|
|
956
|
+
* TextColor: {
|
|
957
|
+
* Solid: {
|
|
958
|
+
* Expression: "STRING_VALUE", // required
|
|
959
|
+
* Color: "STRING_VALUE",
|
|
960
|
+
* },
|
|
961
|
+
* Gradient: {
|
|
962
|
+
* Expression: "STRING_VALUE", // required
|
|
963
|
+
* Color: {
|
|
964
|
+
* Stops: [
|
|
965
|
+
* {
|
|
966
|
+
* GradientOffset: Number("double"), // required
|
|
967
|
+
* DataValue: Number("double"),
|
|
968
|
+
* Color: "STRING_VALUE",
|
|
969
|
+
* },
|
|
970
|
+
* ],
|
|
971
|
+
* },
|
|
972
|
+
* },
|
|
973
|
+
* },
|
|
974
|
+
* },
|
|
975
|
+
* },
|
|
976
|
+
* ],
|
|
977
|
+
* },
|
|
978
|
+
* Actions: [ // VisualCustomActionList
|
|
979
|
+
* { // VisualCustomAction
|
|
980
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
981
|
+
* Name: "STRING_VALUE", // required
|
|
982
|
+
* Status: "ENABLED" || "DISABLED",
|
|
983
|
+
* Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
984
|
+
* ActionOperations: [ // VisualCustomActionOperationList // required
|
|
985
|
+
* { // VisualCustomActionOperation
|
|
986
|
+
* FilterOperation: { // CustomActionFilterOperation
|
|
987
|
+
* SelectedFieldsConfiguration: { // FilterOperationSelectedFieldsConfiguration
|
|
988
|
+
* SelectedFields: [ // SelectedFieldList
|
|
989
|
+
* "STRING_VALUE",
|
|
990
|
+
* ],
|
|
991
|
+
* SelectedFieldOptions: "ALL_FIELDS",
|
|
992
|
+
* },
|
|
993
|
+
* TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
|
|
994
|
+
* SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
|
|
995
|
+
* TargetVisuals: [ // TargetVisualList
|
|
996
|
+
* "STRING_VALUE",
|
|
997
|
+
* ],
|
|
998
|
+
* TargetVisualOptions: "ALL_VISUALS",
|
|
999
|
+
* },
|
|
1000
|
+
* },
|
|
1001
|
+
* },
|
|
1002
|
+
* NavigationOperation: { // CustomActionNavigationOperation
|
|
1003
|
+
* LocalNavigationConfiguration: { // LocalNavigationConfiguration
|
|
1004
|
+
* TargetSheetId: "STRING_VALUE", // required
|
|
1005
|
+
* },
|
|
1006
|
+
* },
|
|
1007
|
+
* URLOperation: { // CustomActionURLOperation
|
|
1008
|
+
* URLTemplate: "STRING_VALUE", // required
|
|
1009
|
+
* URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
|
|
1010
|
+
* },
|
|
1011
|
+
* SetParametersOperation: { // CustomActionSetParametersOperation
|
|
1012
|
+
* ParameterValueConfigurations: [ // SetParameterValueConfigurationList // required
|
|
1013
|
+
* { // SetParameterValueConfiguration
|
|
1014
|
+
* DestinationParameterName: "STRING_VALUE", // required
|
|
1015
|
+
* Value: { // DestinationParameterValueConfiguration
|
|
1016
|
+
* CustomValuesConfiguration: { // CustomValuesConfiguration
|
|
1017
|
+
* IncludeNullValue: true || false,
|
|
1018
|
+
* CustomValues: { // CustomParameterValues
|
|
1019
|
+
* StringValues: [ // StringDefaultValueList
|
|
1020
|
+
* "STRING_VALUE",
|
|
1021
|
+
* ],
|
|
1022
|
+
* IntegerValues: [ // IntegerDefaultValueList
|
|
1023
|
+
* Number("long"),
|
|
1024
|
+
* ],
|
|
1025
|
+
* DecimalValues: [ // DecimalDefaultValueList
|
|
1026
|
+
* Number("double"),
|
|
1027
|
+
* ],
|
|
1028
|
+
* DateTimeValues: [ // DateTimeDefaultValueList
|
|
1029
|
+
* new Date("TIMESTAMP"),
|
|
1030
|
+
* ],
|
|
1031
|
+
* },
|
|
1032
|
+
* },
|
|
1033
|
+
* SelectAllValueOptions: "ALL_VALUES",
|
|
1034
|
+
* SourceParameterName: "STRING_VALUE",
|
|
1035
|
+
* SourceField: "STRING_VALUE",
|
|
1036
|
+
* },
|
|
1037
|
+
* },
|
|
1038
|
+
* ],
|
|
1039
|
+
* },
|
|
1040
|
+
* },
|
|
1041
|
+
* ],
|
|
1042
|
+
* },
|
|
1043
|
+
* ],
|
|
1044
|
+
* },
|
|
1045
|
+
* PivotTableVisual: { // PivotTableVisual
|
|
1046
|
+
* VisualId: "STRING_VALUE", // required
|
|
1047
|
+
* Title: {
|
|
1048
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1049
|
+
* FormatText: {
|
|
1050
|
+
* PlainText: "STRING_VALUE",
|
|
1051
|
+
* RichText: "STRING_VALUE",
|
|
1052
|
+
* },
|
|
1053
|
+
* },
|
|
1054
|
+
* Subtitle: {
|
|
1055
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1056
|
+
* FormatText: {
|
|
1057
|
+
* PlainText: "STRING_VALUE",
|
|
1058
|
+
* RichText: "STRING_VALUE",
|
|
1059
|
+
* },
|
|
1060
|
+
* },
|
|
1061
|
+
* ChartConfiguration: { // PivotTableConfiguration
|
|
1062
|
+
* FieldWells: { // PivotTableFieldWells
|
|
1063
|
+
* PivotTableAggregatedFieldWells: { // PivotTableAggregatedFieldWells
|
|
1064
|
+
* Rows: [ // PivotTableDimensionList
|
|
1065
|
+
* {
|
|
1066
|
+
* NumericalDimensionField: {
|
|
1067
|
+
* FieldId: "STRING_VALUE", // required
|
|
1068
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1069
|
+
* HierarchyId: "STRING_VALUE",
|
|
1070
|
+
* FormatConfiguration: {
|
|
1071
|
+
* FormatConfiguration: "<NumericFormatConfiguration>",
|
|
1072
|
+
* },
|
|
1073
|
+
* },
|
|
1074
|
+
* CategoricalDimensionField: {
|
|
1075
|
+
* FieldId: "STRING_VALUE", // required
|
|
1076
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1077
|
+
* HierarchyId: "STRING_VALUE",
|
|
1078
|
+
* FormatConfiguration: {
|
|
1079
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
1080
|
+
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
1081
|
+
* },
|
|
1082
|
+
* },
|
|
1083
|
+
* DateDimensionField: {
|
|
1084
|
+
* FieldId: "STRING_VALUE", // required
|
|
1085
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1086
|
+
* DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
1087
|
+
* HierarchyId: "STRING_VALUE",
|
|
1088
|
+
* FormatConfiguration: {
|
|
1089
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
1090
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
1091
|
+
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
1092
|
+
* },
|
|
1093
|
+
* },
|
|
1094
|
+
* },
|
|
1095
|
+
* ],
|
|
1096
|
+
* Columns: [
|
|
1097
|
+
* {
|
|
1098
|
+
* NumericalDimensionField: {
|
|
1099
|
+
* FieldId: "STRING_VALUE", // required
|
|
1100
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1101
|
+
* HierarchyId: "STRING_VALUE",
|
|
1102
|
+
* FormatConfiguration: {
|
|
1103
|
+
* FormatConfiguration: "<NumericFormatConfiguration>",
|
|
1104
|
+
* },
|
|
1105
|
+
* },
|
|
1106
|
+
* CategoricalDimensionField: {
|
|
1107
|
+
* FieldId: "STRING_VALUE", // required
|
|
1108
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1109
|
+
* HierarchyId: "STRING_VALUE",
|
|
1110
|
+
* FormatConfiguration: {
|
|
1111
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
1112
|
+
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
1113
|
+
* },
|
|
1114
|
+
* },
|
|
1115
|
+
* DateDimensionField: {
|
|
1116
|
+
* FieldId: "STRING_VALUE", // required
|
|
1117
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1118
|
+
* DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
1119
|
+
* HierarchyId: "STRING_VALUE",
|
|
1120
|
+
* FormatConfiguration: {
|
|
1121
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
1122
|
+
* NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
|
|
1123
|
+
* NumericFormatConfiguration: "<NumericFormatConfiguration>",
|
|
1124
|
+
* },
|
|
1125
|
+
* },
|
|
1126
|
+
* },
|
|
1127
|
+
* ],
|
|
1128
|
+
* Values: [ // PivotMeasureFieldList
|
|
1129
|
+
* {
|
|
1130
|
+
* NumericalMeasureField: {
|
|
1131
|
+
* FieldId: "STRING_VALUE", // required
|
|
1132
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1133
|
+
* AggregationFunction: {
|
|
1134
|
+
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
1135
|
+
* PercentileAggregation: {
|
|
1136
|
+
* PercentileValue: Number("double"),
|
|
1137
|
+
* },
|
|
1138
|
+
* },
|
|
1139
|
+
* FormatConfiguration: "<NumberFormatConfiguration>",
|
|
1140
|
+
* },
|
|
1141
|
+
* CategoricalMeasureField: {
|
|
1142
|
+
* FieldId: "STRING_VALUE", // required
|
|
1143
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1144
|
+
* AggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1145
|
+
* FormatConfiguration: "<StringFormatConfiguration>",
|
|
1146
|
+
* },
|
|
1147
|
+
* DateMeasureField: {
|
|
1148
|
+
* FieldId: "STRING_VALUE", // required
|
|
1149
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1150
|
+
* AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1151
|
+
* FormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
1152
|
+
* },
|
|
1153
|
+
* CalculatedMeasureField: {
|
|
1154
|
+
* FieldId: "STRING_VALUE", // required
|
|
1155
|
+
* Expression: "STRING_VALUE", // required
|
|
1156
|
+
* },
|
|
1157
|
+
* },
|
|
1158
|
+
* ],
|
|
1159
|
+
* },
|
|
1160
|
+
* },
|
|
1161
|
+
* SortConfiguration: { // PivotTableSortConfiguration
|
|
1162
|
+
* FieldSortOptions: [ // PivotFieldSortOptionsList
|
|
1163
|
+
* { // PivotFieldSortOptions
|
|
1164
|
+
* FieldId: "STRING_VALUE", // required
|
|
1165
|
+
* SortBy: { // PivotTableSortBy
|
|
1166
|
+
* Field: {
|
|
1167
|
+
* FieldId: "STRING_VALUE", // required
|
|
1168
|
+
* Direction: "ASC" || "DESC", // required
|
|
1169
|
+
* },
|
|
1170
|
+
* Column: {
|
|
1171
|
+
* SortBy: "<ColumnIdentifier>", // required
|
|
1172
|
+
* Direction: "ASC" || "DESC", // required
|
|
1173
|
+
* AggregationFunction: {
|
|
1174
|
+
* NumericalAggregationFunction: {
|
|
1175
|
+
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
1176
|
+
* PercentileAggregation: {
|
|
1177
|
+
* PercentileValue: Number("double"),
|
|
1178
|
+
* },
|
|
1179
|
+
* },
|
|
1180
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1181
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1182
|
+
* },
|
|
1183
|
+
* },
|
|
1184
|
+
* DataPath: { // DataPathSort
|
|
1185
|
+
* Direction: "ASC" || "DESC", // required
|
|
1186
|
+
* SortPaths: [ // DataPathValueList // required
|
|
1187
|
+
* { // DataPathValue
|
|
1188
|
+
* FieldId: "STRING_VALUE", // required
|
|
1189
|
+
* FieldValue: "STRING_VALUE", // required
|
|
1190
|
+
* },
|
|
1191
|
+
* ],
|
|
1192
|
+
* },
|
|
1193
|
+
* },
|
|
1194
|
+
* },
|
|
1195
|
+
* ],
|
|
1196
|
+
* },
|
|
1197
|
+
* TableOptions: { // PivotTableOptions
|
|
1198
|
+
* MetricPlacement: "ROW" || "COLUMN",
|
|
1199
|
+
* SingleMetricVisibility: "HIDDEN" || "VISIBLE",
|
|
1200
|
+
* ColumnNamesVisibility: "HIDDEN" || "VISIBLE",
|
|
1201
|
+
* ToggleButtonsVisibility: "HIDDEN" || "VISIBLE",
|
|
1202
|
+
* ColumnHeaderStyle: {
|
|
1203
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1204
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
1205
|
+
* TextWrap: "NONE" || "WRAP",
|
|
1206
|
+
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1207
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1208
|
+
* BackgroundColor: "STRING_VALUE",
|
|
1209
|
+
* Height: Number("int"),
|
|
1210
|
+
* Border: {
|
|
1211
|
+
* UniformBorder: "<TableBorderOptions>",
|
|
1212
|
+
* SideSpecificBorder: {
|
|
1213
|
+
* InnerVertical: "<TableBorderOptions>",
|
|
1214
|
+
* InnerHorizontal: "<TableBorderOptions>",
|
|
1215
|
+
* Left: "<TableBorderOptions>",
|
|
1216
|
+
* Right: "<TableBorderOptions>",
|
|
1217
|
+
* Top: "<TableBorderOptions>",
|
|
1218
|
+
* Bottom: "<TableBorderOptions>",
|
|
1219
|
+
* },
|
|
1220
|
+
* },
|
|
1221
|
+
* },
|
|
1222
|
+
* RowHeaderStyle: {
|
|
1223
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1224
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
1225
|
+
* TextWrap: "NONE" || "WRAP",
|
|
1226
|
+
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1227
|
+
* VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
|
|
1228
|
+
* BackgroundColor: "STRING_VALUE",
|
|
1229
|
+
* Height: Number("int"),
|
|
1230
|
+
* Border: {
|
|
1231
|
+
* UniformBorder: "<TableBorderOptions>",
|
|
1232
|
+
* SideSpecificBorder: {
|
|
1233
|
+
* InnerVertical: "<TableBorderOptions>",
|
|
1234
|
+
* InnerHorizontal: "<TableBorderOptions>",
|
|
1235
|
+
* Left: "<TableBorderOptions>",
|
|
1236
|
+
* Right: "<TableBorderOptions>",
|
|
1237
|
+
* Top: "<TableBorderOptions>",
|
|
1238
|
+
* Bottom: "<TableBorderOptions>",
|
|
1239
|
+
* },
|
|
1240
|
+
* },
|
|
1241
|
+
* },
|
|
1242
|
+
* CellStyle: "<TableCellStyle>",
|
|
1243
|
+
* RowFieldNamesStyle: "<TableCellStyle>",
|
|
1244
|
+
* RowAlternateColorOptions: {
|
|
1245
|
+
* Status: "ENABLED" || "DISABLED",
|
|
1246
|
+
* RowAlternateColors: [
|
|
1247
|
+
* "STRING_VALUE",
|
|
1248
|
+
* ],
|
|
1249
|
+
* },
|
|
1250
|
+
* CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
|
|
1251
|
+
* },
|
|
1252
|
+
* TotalOptions: { // PivotTableTotalOptions
|
|
1253
|
+
* RowSubtotalOptions: { // SubtotalOptions
|
|
1254
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1255
|
+
* CustomLabel: "STRING_VALUE",
|
|
1256
|
+
* FieldLevel: "ALL" || "CUSTOM" || "LAST",
|
|
1257
|
+
* FieldLevelOptions: [ // PivotTableFieldSubtotalOptionsList
|
|
1258
|
+
* { // PivotTableFieldSubtotalOptions
|
|
1259
|
+
* FieldId: "STRING_VALUE",
|
|
1260
|
+
* },
|
|
1261
|
+
* ],
|
|
1262
|
+
* TotalCellStyle: "<TableCellStyle>",
|
|
1263
|
+
* ValueCellStyle: "<TableCellStyle>",
|
|
1264
|
+
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1265
|
+
* },
|
|
1266
|
+
* ColumnSubtotalOptions: {
|
|
1267
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1268
|
+
* CustomLabel: "STRING_VALUE",
|
|
1269
|
+
* FieldLevel: "ALL" || "CUSTOM" || "LAST",
|
|
1270
|
+
* FieldLevelOptions: [
|
|
1271
|
+
* {
|
|
1272
|
+
* FieldId: "STRING_VALUE",
|
|
1273
|
+
* },
|
|
1274
|
+
* ],
|
|
1275
|
+
* TotalCellStyle: "<TableCellStyle>",
|
|
1276
|
+
* ValueCellStyle: "<TableCellStyle>",
|
|
1277
|
+
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1278
|
+
* },
|
|
1279
|
+
* RowTotalOptions: { // PivotTotalOptions
|
|
1280
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1281
|
+
* Placement: "START" || "END",
|
|
1282
|
+
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
1283
|
+
* CustomLabel: "STRING_VALUE",
|
|
1284
|
+
* TotalCellStyle: "<TableCellStyle>",
|
|
1285
|
+
* ValueCellStyle: "<TableCellStyle>",
|
|
1286
|
+
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1287
|
+
* },
|
|
1288
|
+
* ColumnTotalOptions: {
|
|
1289
|
+
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
1290
|
+
* Placement: "START" || "END",
|
|
1291
|
+
* ScrollStatus: "PINNED" || "SCROLLED",
|
|
1292
|
+
* CustomLabel: "STRING_VALUE",
|
|
1293
|
+
* TotalCellStyle: "<TableCellStyle>",
|
|
1294
|
+
* ValueCellStyle: "<TableCellStyle>",
|
|
1295
|
+
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1296
|
+
* },
|
|
1297
|
+
* },
|
|
1298
|
+
* FieldOptions: { // PivotTableFieldOptions
|
|
1299
|
+
* SelectedFieldOptions: [ // PivotTableFieldOptionList
|
|
1300
|
+
* { // PivotTableFieldOption
|
|
1301
|
+
* FieldId: "STRING_VALUE", // required
|
|
1302
|
+
* CustomLabel: "STRING_VALUE",
|
|
1303
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1304
|
+
* },
|
|
1305
|
+
* ],
|
|
1306
|
+
* DataPathOptions: [ // PivotTableDataPathOptionList
|
|
1307
|
+
* { // PivotTableDataPathOption
|
|
1308
|
+
* DataPathList: [ // required
|
|
1309
|
+
* {
|
|
1310
|
+
* FieldId: "STRING_VALUE", // required
|
|
1311
|
+
* FieldValue: "STRING_VALUE", // required
|
|
1312
|
+
* },
|
|
1313
|
+
* ],
|
|
1314
|
+
* Width: "STRING_VALUE",
|
|
1315
|
+
* },
|
|
1316
|
+
* ],
|
|
1317
|
+
* },
|
|
1318
|
+
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
|
|
1319
|
+
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1320
|
+
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1321
|
+
* },
|
|
1322
|
+
* },
|
|
1323
|
+
* ConditionalFormatting: { // PivotTableConditionalFormatting
|
|
1324
|
+
* ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
|
|
1325
|
+
* { // PivotTableConditionalFormattingOption
|
|
1326
|
+
* Cell: { // PivotTableCellConditionalFormatting
|
|
1327
|
+
* FieldId: "STRING_VALUE", // required
|
|
1328
|
+
* TextFormat: {
|
|
1329
|
+
* BackgroundColor: {
|
|
1330
|
+
* Solid: {
|
|
1331
|
+
* Expression: "STRING_VALUE", // required
|
|
1332
|
+
* Color: "STRING_VALUE",
|
|
1333
|
+
* },
|
|
1334
|
+
* Gradient: {
|
|
1335
|
+
* Expression: "STRING_VALUE", // required
|
|
1336
|
+
* Color: {
|
|
1337
|
+
* Stops: [
|
|
1338
|
+
* {
|
|
1339
|
+
* GradientOffset: Number("double"), // required
|
|
1340
|
+
* DataValue: Number("double"),
|
|
1341
|
+
* Color: "STRING_VALUE",
|
|
1342
|
+
* },
|
|
1343
|
+
* ],
|
|
1344
|
+
* },
|
|
1345
|
+
* },
|
|
1346
|
+
* },
|
|
1347
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
1348
|
+
* Icon: {
|
|
1349
|
+
* IconSet: {
|
|
1350
|
+
* Expression: "STRING_VALUE", // required
|
|
1351
|
+
* 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",
|
|
1352
|
+
* },
|
|
1353
|
+
* CustomCondition: {
|
|
1354
|
+
* Expression: "STRING_VALUE", // required
|
|
1355
|
+
* IconOptions: {
|
|
1356
|
+
* 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",
|
|
1357
|
+
* UnicodeIcon: "STRING_VALUE",
|
|
1358
|
+
* },
|
|
1359
|
+
* Color: "STRING_VALUE",
|
|
1360
|
+
* DisplayConfiguration: {
|
|
1361
|
+
* IconDisplayOption: "ICON_ONLY",
|
|
1362
|
+
* },
|
|
1363
|
+
* },
|
|
1364
|
+
* },
|
|
1365
|
+
* },
|
|
1366
|
+
* Scope: { // PivotTableConditionalFormattingScope
|
|
1367
|
+
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1368
|
+
* },
|
|
1369
|
+
* },
|
|
1370
|
+
* },
|
|
1371
|
+
* ],
|
|
1372
|
+
* },
|
|
1373
|
+
* Actions: [
|
|
1374
|
+
* {
|
|
1375
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
1376
|
+
* Name: "STRING_VALUE", // required
|
|
1377
|
+
* Status: "ENABLED" || "DISABLED",
|
|
1378
|
+
* Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
1379
|
+
* ActionOperations: [ // required
|
|
1380
|
+
* {
|
|
1381
|
+
* FilterOperation: {
|
|
1382
|
+
* SelectedFieldsConfiguration: {
|
|
1383
|
+
* SelectedFields: [
|
|
1384
|
+
* "STRING_VALUE",
|
|
1385
|
+
* ],
|
|
1386
|
+
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1387
|
+
* },
|
|
1388
|
+
* TargetVisualsConfiguration: {
|
|
1389
|
+
* SameSheetTargetVisualConfiguration: {
|
|
1390
|
+
* TargetVisuals: [
|
|
1391
|
+
* "STRING_VALUE",
|
|
1392
|
+
* ],
|
|
1393
|
+
* TargetVisualOptions: "ALL_VISUALS",
|
|
1394
|
+
* },
|
|
1395
|
+
* },
|
|
1396
|
+
* },
|
|
1397
|
+
* NavigationOperation: {
|
|
1398
|
+
* LocalNavigationConfiguration: {
|
|
1399
|
+
* TargetSheetId: "STRING_VALUE", // required
|
|
1400
|
+
* },
|
|
1401
|
+
* },
|
|
1402
|
+
* URLOperation: {
|
|
1403
|
+
* URLTemplate: "STRING_VALUE", // required
|
|
1404
|
+
* URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
|
|
1405
|
+
* },
|
|
1406
|
+
* SetParametersOperation: {
|
|
1407
|
+
* ParameterValueConfigurations: [ // required
|
|
1408
|
+
* {
|
|
1409
|
+
* DestinationParameterName: "STRING_VALUE", // required
|
|
1410
|
+
* Value: {
|
|
1411
|
+
* CustomValuesConfiguration: {
|
|
1412
|
+
* IncludeNullValue: true || false,
|
|
1413
|
+
* CustomValues: {
|
|
1414
|
+
* StringValues: [
|
|
1415
|
+
* "STRING_VALUE",
|
|
1416
|
+
* ],
|
|
1417
|
+
* IntegerValues: [
|
|
1418
|
+
* Number("long"),
|
|
1419
|
+
* ],
|
|
1420
|
+
* DecimalValues: [
|
|
1421
|
+
* Number("double"),
|
|
1422
|
+
* ],
|
|
1423
|
+
* DateTimeValues: [
|
|
1424
|
+
* new Date("TIMESTAMP"),
|
|
1425
|
+
* ],
|
|
1426
|
+
* },
|
|
1427
|
+
* },
|
|
1428
|
+
* SelectAllValueOptions: "ALL_VALUES",
|
|
1429
|
+
* SourceParameterName: "STRING_VALUE",
|
|
1430
|
+
* SourceField: "STRING_VALUE",
|
|
1431
|
+
* },
|
|
1432
|
+
* },
|
|
1433
|
+
* ],
|
|
1434
|
+
* },
|
|
1435
|
+
* },
|
|
1436
|
+
* ],
|
|
1437
|
+
* },
|
|
1438
|
+
* ],
|
|
1439
|
+
* },
|
|
1440
|
+
* BarChartVisual: { // BarChartVisual
|
|
1441
|
+
* VisualId: "STRING_VALUE", // required
|
|
1442
|
+
* Title: {
|
|
1443
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1444
|
+
* FormatText: {
|
|
1445
|
+
* PlainText: "STRING_VALUE",
|
|
1446
|
+
* RichText: "STRING_VALUE",
|
|
1447
|
+
* },
|
|
1448
|
+
* },
|
|
1449
|
+
* Subtitle: {
|
|
1450
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1451
|
+
* FormatText: {
|
|
1452
|
+
* PlainText: "STRING_VALUE",
|
|
1453
|
+
* RichText: "STRING_VALUE",
|
|
1454
|
+
* },
|
|
1455
|
+
* },
|
|
1456
|
+
* ChartConfiguration: { // BarChartConfiguration
|
|
1457
|
+
* FieldWells: { // BarChartFieldWells
|
|
1458
|
+
* BarChartAggregatedFieldWells: { // BarChartAggregatedFieldWells
|
|
1459
|
+
* Category: [
|
|
1460
|
+
* {
|
|
1461
|
+
* NumericalDimensionField: {
|
|
1462
|
+
* FieldId: "STRING_VALUE", // required
|
|
1463
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1464
|
+
* HierarchyId: "STRING_VALUE",
|
|
1465
|
+
* FormatConfiguration: "<NumberFormatConfiguration>",
|
|
1466
|
+
* },
|
|
1467
|
+
* CategoricalDimensionField: {
|
|
1468
|
+
* FieldId: "STRING_VALUE", // required
|
|
1469
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1470
|
+
* HierarchyId: "STRING_VALUE",
|
|
1471
|
+
* FormatConfiguration: "<StringFormatConfiguration>",
|
|
1472
|
+
* },
|
|
1473
|
+
* DateDimensionField: {
|
|
1474
|
+
* FieldId: "STRING_VALUE", // required
|
|
1475
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1476
|
+
* DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
1477
|
+
* HierarchyId: "STRING_VALUE",
|
|
1478
|
+
* FormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
1479
|
+
* },
|
|
1480
|
+
* },
|
|
1481
|
+
* ],
|
|
1482
|
+
* Values: [
|
|
1483
|
+
* {
|
|
1484
|
+
* NumericalMeasureField: {
|
|
1485
|
+
* FieldId: "STRING_VALUE", // required
|
|
1486
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1487
|
+
* AggregationFunction: {
|
|
1488
|
+
* SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
|
|
1489
|
+
* PercentileAggregation: {
|
|
1490
|
+
* PercentileValue: Number("double"),
|
|
1491
|
+
* },
|
|
1492
|
+
* },
|
|
1493
|
+
* FormatConfiguration: "<NumberFormatConfiguration>",
|
|
1494
|
+
* },
|
|
1495
|
+
* CategoricalMeasureField: {
|
|
1496
|
+
* FieldId: "STRING_VALUE", // required
|
|
1497
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1498
|
+
* AggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1499
|
+
* FormatConfiguration: "<StringFormatConfiguration>",
|
|
1500
|
+
* },
|
|
1501
|
+
* DateMeasureField: {
|
|
1502
|
+
* FieldId: "STRING_VALUE", // required
|
|
1503
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1504
|
+
* AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1505
|
+
* FormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
1506
|
+
* },
|
|
1507
|
+
* CalculatedMeasureField: {
|
|
1508
|
+
* FieldId: "STRING_VALUE", // required
|
|
1509
|
+
* Expression: "STRING_VALUE", // required
|
|
1510
|
+
* },
|
|
1511
|
+
* },
|
|
1512
|
+
* ],
|
|
1513
|
+
* Colors: [
|
|
1514
|
+
* {
|
|
1515
|
+
* NumericalDimensionField: {
|
|
1516
|
+
* FieldId: "STRING_VALUE", // required
|
|
1517
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1518
|
+
* HierarchyId: "STRING_VALUE",
|
|
1519
|
+
* FormatConfiguration: "<NumberFormatConfiguration>",
|
|
1520
|
+
* },
|
|
1521
|
+
* CategoricalDimensionField: {
|
|
1522
|
+
* FieldId: "STRING_VALUE", // required
|
|
1523
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1524
|
+
* HierarchyId: "STRING_VALUE",
|
|
1525
|
+
* FormatConfiguration: "<StringFormatConfiguration>",
|
|
1526
|
+
* },
|
|
1527
|
+
* DateDimensionField: {
|
|
1528
|
+
* FieldId: "STRING_VALUE", // required
|
|
1529
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1530
|
+
* DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
1531
|
+
* HierarchyId: "STRING_VALUE",
|
|
1532
|
+
* FormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
1533
|
+
* },
|
|
1534
|
+
* },
|
|
1535
|
+
* ],
|
|
1536
|
+
* SmallMultiples: [ // SmallMultiplesDimensionFieldList
|
|
1537
|
+
* "<DimensionField>",
|
|
1538
|
+
* ],
|
|
1539
|
+
* },
|
|
1540
|
+
* },
|
|
1541
|
+
* SortConfiguration: { // BarChartSortConfiguration
|
|
1542
|
+
* CategorySort: [ // FieldSortOptionsList
|
|
1543
|
+
* {
|
|
1544
|
+
* FieldSort: {
|
|
1545
|
+
* FieldId: "STRING_VALUE", // required
|
|
1546
|
+
* Direction: "ASC" || "DESC", // required
|
|
1547
|
+
* },
|
|
1548
|
+
* ColumnSort: {
|
|
1549
|
+
* SortBy: "<ColumnIdentifier>", // required
|
|
1550
|
+
* Direction: "ASC" || "DESC", // required
|
|
1551
|
+
* AggregationFunction: {
|
|
1552
|
+
* NumericalAggregationFunction: "<NumericalAggregationFunction>",
|
|
1553
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1554
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1555
|
+
* },
|
|
1556
|
+
* },
|
|
1557
|
+
* },
|
|
1558
|
+
* ],
|
|
1559
|
+
* CategoryItemsLimit: { // ItemsLimitConfiguration
|
|
1560
|
+
* ItemsLimit: Number("long"),
|
|
1561
|
+
* OtherCategories: "INCLUDE" || "EXCLUDE",
|
|
1562
|
+
* },
|
|
1563
|
+
* ColorSort: [
|
|
1564
|
+
* {
|
|
1565
|
+
* FieldSort: {
|
|
1566
|
+
* FieldId: "STRING_VALUE", // required
|
|
1567
|
+
* Direction: "ASC" || "DESC", // required
|
|
1568
|
+
* },
|
|
1569
|
+
* ColumnSort: {
|
|
1570
|
+
* SortBy: "<ColumnIdentifier>", // required
|
|
1571
|
+
* Direction: "ASC" || "DESC", // required
|
|
1572
|
+
* AggregationFunction: {
|
|
1573
|
+
* NumericalAggregationFunction: "<NumericalAggregationFunction>",
|
|
1574
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1575
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1576
|
+
* },
|
|
1577
|
+
* },
|
|
1578
|
+
* },
|
|
1579
|
+
* ],
|
|
1580
|
+
* ColorItemsLimit: {
|
|
1581
|
+
* ItemsLimit: Number("long"),
|
|
1582
|
+
* OtherCategories: "INCLUDE" || "EXCLUDE",
|
|
1583
|
+
* },
|
|
1584
|
+
* SmallMultiplesSort: [
|
|
1585
|
+
* {
|
|
1586
|
+
* FieldSort: {
|
|
1587
|
+
* FieldId: "STRING_VALUE", // required
|
|
1588
|
+
* Direction: "ASC" || "DESC", // required
|
|
1589
|
+
* },
|
|
1590
|
+
* ColumnSort: {
|
|
1591
|
+
* SortBy: "<ColumnIdentifier>", // required
|
|
1592
|
+
* Direction: "ASC" || "DESC", // required
|
|
1593
|
+
* AggregationFunction: {
|
|
1594
|
+
* NumericalAggregationFunction: "<NumericalAggregationFunction>",
|
|
1595
|
+
* CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
1596
|
+
* DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
1597
|
+
* },
|
|
1598
|
+
* },
|
|
1599
|
+
* },
|
|
1600
|
+
* ],
|
|
1601
|
+
* SmallMultiplesLimitConfiguration: {
|
|
1602
|
+
* ItemsLimit: Number("long"),
|
|
1603
|
+
* OtherCategories: "INCLUDE" || "EXCLUDE",
|
|
1604
|
+
* },
|
|
1605
|
+
* },
|
|
1606
|
+
* Orientation: "HORIZONTAL" || "VERTICAL",
|
|
1607
|
+
* BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
|
|
1608
|
+
* VisualPalette: { // VisualPalette
|
|
1609
|
+
* ChartColor: "STRING_VALUE",
|
|
1610
|
+
* ColorMap: [ // DataPathColorList
|
|
1611
|
+
* { // DataPathColor
|
|
1612
|
+
* Element: "<DataPathValue>", // required
|
|
1613
|
+
* Color: "STRING_VALUE", // required
|
|
1614
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
1615
|
+
* },
|
|
1616
|
+
* ],
|
|
1617
|
+
* },
|
|
1618
|
+
* SmallMultiplesOptions: { // SmallMultiplesOptions
|
|
1619
|
+
* MaxVisibleRows: Number("long"),
|
|
1620
|
+
* MaxVisibleColumns: Number("long"),
|
|
1621
|
+
* PanelConfiguration: { // PanelConfiguration
|
|
1622
|
+
* Title: { // PanelTitleOptions
|
|
1623
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1624
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
1625
|
+
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
1626
|
+
* },
|
|
1627
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
1628
|
+
* BorderThickness: "STRING_VALUE",
|
|
1629
|
+
* BorderStyle: "SOLID" || "DASHED" || "DOTTED",
|
|
1630
|
+
* BorderColor: "STRING_VALUE",
|
|
1631
|
+
* GutterVisibility: "HIDDEN" || "VISIBLE",
|
|
1632
|
+
* GutterSpacing: "STRING_VALUE",
|
|
1633
|
+
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
1634
|
+
* BackgroundColor: "STRING_VALUE",
|
|
1635
|
+
* },
|
|
1636
|
+
* },
|
|
1637
|
+
* CategoryAxis: { // AxisDisplayOptions
|
|
1638
|
+
* TickLabelOptions: { // AxisTickLabelOptions
|
|
1639
|
+
* LabelOptions: "<LabelOptions>",
|
|
1640
|
+
* RotationAngle: Number("double"),
|
|
1641
|
+
* },
|
|
1642
|
+
* AxisLineVisibility: "HIDDEN" || "VISIBLE",
|
|
1643
|
+
* GridLineVisibility: "HIDDEN" || "VISIBLE",
|
|
1644
|
+
* DataOptions: { // AxisDataOptions
|
|
1645
|
+
* NumericAxisOptions: { // NumericAxisOptions
|
|
1646
|
+
* Scale: { // AxisScale
|
|
1647
|
+
* Linear: { // AxisLinearScale
|
|
1648
|
+
* StepCount: Number("int"),
|
|
1649
|
+
* StepSize: Number("double"),
|
|
1650
|
+
* },
|
|
1651
|
+
* Logarithmic: { // AxisLogarithmicScale
|
|
1652
|
+
* Base: Number("double"),
|
|
1653
|
+
* },
|
|
1654
|
+
* },
|
|
1655
|
+
* Range: { // AxisDisplayRange
|
|
1656
|
+
* MinMax: { // AxisDisplayMinMaxRange
|
|
1657
|
+
* Minimum: Number("double"),
|
|
1658
|
+
* Maximum: Number("double"),
|
|
1659
|
+
* },
|
|
1660
|
+
* DataDriven: {},
|
|
1661
|
+
* },
|
|
1662
|
+
* },
|
|
1663
|
+
* DateAxisOptions: { // DateAxisOptions
|
|
1664
|
+
* MissingDateVisibility: "HIDDEN" || "VISIBLE",
|
|
1665
|
+
* },
|
|
1666
|
+
* },
|
|
1667
|
+
* ScrollbarOptions: { // ScrollBarOptions
|
|
1668
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1669
|
+
* VisibleRange: { // VisibleRangeOptions
|
|
1670
|
+
* PercentRange: { // PercentVisibleRange
|
|
1671
|
+
* From: Number("double"),
|
|
1672
|
+
* To: Number("double"),
|
|
1673
|
+
* },
|
|
1674
|
+
* },
|
|
1675
|
+
* },
|
|
1676
|
+
* AxisOffset: "STRING_VALUE",
|
|
1677
|
+
* },
|
|
1678
|
+
* CategoryLabelOptions: { // ChartAxisLabelOptions
|
|
1679
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1680
|
+
* SortIconVisibility: "HIDDEN" || "VISIBLE",
|
|
1681
|
+
* AxisLabelOptions: [ // AxisLabelOptionsList
|
|
1682
|
+
* { // AxisLabelOptions
|
|
1683
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
1684
|
+
* CustomLabel: "STRING_VALUE",
|
|
1685
|
+
* ApplyTo: { // AxisLabelReferenceOptions
|
|
1686
|
+
* FieldId: "STRING_VALUE", // required
|
|
1687
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1688
|
+
* },
|
|
1689
|
+
* },
|
|
1690
|
+
* ],
|
|
1691
|
+
* },
|
|
1692
|
+
* ValueAxis: {
|
|
1693
|
+
* TickLabelOptions: {
|
|
1694
|
+
* LabelOptions: "<LabelOptions>",
|
|
1695
|
+
* RotationAngle: Number("double"),
|
|
1696
|
+
* },
|
|
1697
|
+
* AxisLineVisibility: "HIDDEN" || "VISIBLE",
|
|
1698
|
+
* GridLineVisibility: "HIDDEN" || "VISIBLE",
|
|
1699
|
+
* DataOptions: {
|
|
1700
|
+
* NumericAxisOptions: {
|
|
1701
|
+
* Scale: {
|
|
1702
|
+
* Linear: {
|
|
1703
|
+
* StepCount: Number("int"),
|
|
1704
|
+
* StepSize: Number("double"),
|
|
1705
|
+
* },
|
|
1706
|
+
* Logarithmic: {
|
|
1707
|
+
* Base: Number("double"),
|
|
1708
|
+
* },
|
|
1709
|
+
* },
|
|
1710
|
+
* Range: {
|
|
1711
|
+
* MinMax: {
|
|
1712
|
+
* Minimum: Number("double"),
|
|
1713
|
+
* Maximum: Number("double"),
|
|
1714
|
+
* },
|
|
1715
|
+
* DataDriven: {},
|
|
1716
|
+
* },
|
|
1717
|
+
* },
|
|
1718
|
+
* DateAxisOptions: {
|
|
1719
|
+
* MissingDateVisibility: "HIDDEN" || "VISIBLE",
|
|
1720
|
+
* },
|
|
1721
|
+
* },
|
|
1722
|
+
* ScrollbarOptions: {
|
|
1723
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1724
|
+
* VisibleRange: {
|
|
1725
|
+
* PercentRange: {
|
|
1726
|
+
* From: Number("double"),
|
|
1727
|
+
* To: Number("double"),
|
|
1728
|
+
* },
|
|
1729
|
+
* },
|
|
1730
|
+
* },
|
|
1731
|
+
* AxisOffset: "STRING_VALUE",
|
|
1732
|
+
* },
|
|
1733
|
+
* ValueLabelOptions: {
|
|
1734
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1735
|
+
* SortIconVisibility: "HIDDEN" || "VISIBLE",
|
|
1736
|
+
* AxisLabelOptions: [
|
|
1737
|
+
* {
|
|
1738
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
1739
|
+
* CustomLabel: "STRING_VALUE",
|
|
1740
|
+
* ApplyTo: {
|
|
1741
|
+
* FieldId: "STRING_VALUE", // required
|
|
1742
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1743
|
+
* },
|
|
1744
|
+
* },
|
|
1745
|
+
* ],
|
|
1746
|
+
* },
|
|
1747
|
+
* ColorLabelOptions: {
|
|
1748
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1749
|
+
* SortIconVisibility: "HIDDEN" || "VISIBLE",
|
|
1750
|
+
* AxisLabelOptions: [
|
|
1751
|
+
* {
|
|
1752
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
1753
|
+
* CustomLabel: "STRING_VALUE",
|
|
1754
|
+
* ApplyTo: {
|
|
1755
|
+
* FieldId: "STRING_VALUE", // required
|
|
1756
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1757
|
+
* },
|
|
1758
|
+
* },
|
|
1759
|
+
* ],
|
|
1760
|
+
* },
|
|
1761
|
+
* Legend: { // LegendOptions
|
|
1762
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1763
|
+
* Title: "<LabelOptions>",
|
|
1764
|
+
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
1765
|
+
* Width: "STRING_VALUE",
|
|
1766
|
+
* Height: "STRING_VALUE",
|
|
1767
|
+
* },
|
|
1768
|
+
* DataLabels: { // DataLabelOptions
|
|
1769
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1770
|
+
* CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
1771
|
+
* MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
1772
|
+
* DataLabelTypes: [ // DataLabelTypes
|
|
1773
|
+
* { // DataLabelType
|
|
1774
|
+
* FieldLabelType: { // FieldLabelType
|
|
1775
|
+
* FieldId: "STRING_VALUE",
|
|
1776
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1777
|
+
* },
|
|
1778
|
+
* DataPathLabelType: { // DataPathLabelType
|
|
1779
|
+
* FieldId: "STRING_VALUE",
|
|
1780
|
+
* FieldValue: "STRING_VALUE",
|
|
1781
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1782
|
+
* },
|
|
1783
|
+
* RangeEndsLabelType: { // RangeEndsLabelType
|
|
1784
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1785
|
+
* },
|
|
1786
|
+
* MinimumLabelType: { // MinimumLabelType
|
|
1787
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1788
|
+
* },
|
|
1789
|
+
* MaximumLabelType: { // MaximumLabelType
|
|
1790
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1791
|
+
* },
|
|
1792
|
+
* },
|
|
1793
|
+
* ],
|
|
1794
|
+
* Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
|
|
1795
|
+
* LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
|
|
1796
|
+
* LabelFontConfiguration: "<FontConfiguration>",
|
|
1797
|
+
* LabelColor: "STRING_VALUE",
|
|
1798
|
+
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
1799
|
+
* },
|
|
1800
|
+
* Tooltip: { // TooltipOptions
|
|
1801
|
+
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
1802
|
+
* SelectedTooltipType: "BASIC" || "DETAILED",
|
|
1803
|
+
* FieldBasedTooltip: { // FieldBasedTooltip
|
|
1804
|
+
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
1805
|
+
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
1806
|
+
* TooltipFields: [ // TooltipItemList
|
|
1807
|
+
* { // TooltipItem
|
|
1808
|
+
* FieldTooltipItem: { // FieldTooltipItem
|
|
1809
|
+
* FieldId: "STRING_VALUE", // required
|
|
1810
|
+
* Label: "STRING_VALUE",
|
|
1811
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1812
|
+
* },
|
|
1813
|
+
* ColumnTooltipItem: { // ColumnTooltipItem
|
|
1814
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1815
|
+
* Label: "STRING_VALUE",
|
|
1816
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
1817
|
+
* Aggregation: "<AggregationFunction>",
|
|
1818
|
+
* },
|
|
1819
|
+
* },
|
|
1820
|
+
* ],
|
|
1821
|
+
* },
|
|
1822
|
+
* },
|
|
1823
|
+
* ReferenceLines: [ // ReferenceLineList
|
|
1824
|
+
* { // ReferenceLine
|
|
1825
|
+
* Status: "ENABLED" || "DISABLED",
|
|
1826
|
+
* DataConfiguration: { // ReferenceLineDataConfiguration
|
|
1827
|
+
* StaticConfiguration: { // ReferenceLineStaticDataConfiguration
|
|
1828
|
+
* Value: Number("double"), // required
|
|
1829
|
+
* },
|
|
1830
|
+
* DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
|
|
1831
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1832
|
+
* MeasureAggregationFunction: "<AggregationFunction>", // required
|
|
1833
|
+
* Calculation: "<NumericalAggregationFunction>", // required
|
|
1834
|
+
* },
|
|
1835
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
1836
|
+
* },
|
|
1837
|
+
* StyleConfiguration: { // ReferenceLineStyleConfiguration
|
|
1838
|
+
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
1839
|
+
* Color: "STRING_VALUE",
|
|
1840
|
+
* },
|
|
1841
|
+
* LabelConfiguration: { // ReferenceLineLabelConfiguration
|
|
1842
|
+
* ValueLabelConfiguration: { // ReferenceLineValueLabelConfiguration
|
|
1843
|
+
* RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
|
|
1844
|
+
* FormatConfiguration: "<NumericFormatConfiguration>",
|
|
1845
|
+
* },
|
|
1846
|
+
* CustomLabelConfiguration: { // ReferenceLineCustomLabelConfiguration
|
|
1847
|
+
* CustomLabel: "STRING_VALUE", // required
|
|
1848
|
+
* },
|
|
1849
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
1850
|
+
* FontColor: "STRING_VALUE",
|
|
1851
|
+
* HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
|
|
1852
|
+
* VerticalPosition: "ABOVE" || "BELOW",
|
|
1853
|
+
* },
|
|
1854
|
+
* },
|
|
1855
|
+
* ],
|
|
1856
|
+
* ContributionAnalysisDefaults: [ // ContributionAnalysisDefaultList
|
|
1857
|
+
* { // ContributionAnalysisDefault
|
|
1858
|
+
* MeasureFieldId: "STRING_VALUE", // required
|
|
1859
|
+
* ContributorDimensions: [ // ContributorDimensionList // required
|
|
1860
|
+
* "<ColumnIdentifier>",
|
|
1861
|
+
* ],
|
|
1862
|
+
* },
|
|
1863
|
+
* ],
|
|
1864
|
+
* },
|
|
1865
|
+
* Actions: [
|
|
1866
|
+
* {
|
|
1867
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
1868
|
+
* Name: "STRING_VALUE", // required
|
|
1869
|
+
* Status: "ENABLED" || "DISABLED",
|
|
1870
|
+
* Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
1871
|
+
* ActionOperations: [ // required
|
|
1872
|
+
* {
|
|
1873
|
+
* FilterOperation: {
|
|
1874
|
+
* SelectedFieldsConfiguration: {
|
|
1875
|
+
* SelectedFields: [
|
|
1876
|
+
* "STRING_VALUE",
|
|
1877
|
+
* ],
|
|
1878
|
+
* SelectedFieldOptions: "ALL_FIELDS",
|
|
1879
|
+
* },
|
|
1880
|
+
* TargetVisualsConfiguration: {
|
|
1881
|
+
* SameSheetTargetVisualConfiguration: {
|
|
1882
|
+
* TargetVisuals: [
|
|
1883
|
+
* "STRING_VALUE",
|
|
1884
|
+
* ],
|
|
1885
|
+
* TargetVisualOptions: "ALL_VISUALS",
|
|
1886
|
+
* },
|
|
1887
|
+
* },
|
|
1888
|
+
* },
|
|
1889
|
+
* NavigationOperation: {
|
|
1890
|
+
* LocalNavigationConfiguration: {
|
|
1891
|
+
* TargetSheetId: "STRING_VALUE", // required
|
|
1892
|
+
* },
|
|
1893
|
+
* },
|
|
1894
|
+
* URLOperation: {
|
|
1895
|
+
* URLTemplate: "STRING_VALUE", // required
|
|
1896
|
+
* URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
|
|
1897
|
+
* },
|
|
1898
|
+
* SetParametersOperation: {
|
|
1899
|
+
* ParameterValueConfigurations: [ // required
|
|
1900
|
+
* {
|
|
1901
|
+
* DestinationParameterName: "STRING_VALUE", // required
|
|
1902
|
+
* Value: {
|
|
1903
|
+
* CustomValuesConfiguration: {
|
|
1904
|
+
* IncludeNullValue: true || false,
|
|
1905
|
+
* CustomValues: {
|
|
1906
|
+
* StringValues: [
|
|
1907
|
+
* "STRING_VALUE",
|
|
1908
|
+
* ],
|
|
1909
|
+
* IntegerValues: [
|
|
1910
|
+
* Number("long"),
|
|
1911
|
+
* ],
|
|
1912
|
+
* DecimalValues: [
|
|
1913
|
+
* Number("double"),
|
|
1914
|
+
* ],
|
|
1915
|
+
* DateTimeValues: [
|
|
1916
|
+
* new Date("TIMESTAMP"),
|
|
1917
|
+
* ],
|
|
1918
|
+
* },
|
|
1919
|
+
* },
|
|
1920
|
+
* SelectAllValueOptions: "ALL_VALUES",
|
|
1921
|
+
* SourceParameterName: "STRING_VALUE",
|
|
1922
|
+
* SourceField: "STRING_VALUE",
|
|
1923
|
+
* },
|
|
1924
|
+
* },
|
|
1925
|
+
* ],
|
|
1926
|
+
* },
|
|
1927
|
+
* },
|
|
1928
|
+
* ],
|
|
1929
|
+
* },
|
|
1930
|
+
* ],
|
|
1931
|
+
* ColumnHierarchies: [ // ColumnHierarchyList
|
|
1932
|
+
* { // ColumnHierarchy
|
|
1933
|
+
* ExplicitHierarchy: { // ExplicitHierarchy
|
|
1934
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
1935
|
+
* Columns: [ // ExplicitHierarchyColumnList // required
|
|
1936
|
+
* "<ColumnIdentifier>",
|
|
1937
|
+
* ],
|
|
1938
|
+
* DrillDownFilters: [ // DrillDownFilterList
|
|
1939
|
+
* { // DrillDownFilter
|
|
1940
|
+
* NumericEqualityFilter: { // NumericEqualityDrillDownFilter
|
|
1941
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1942
|
+
* Value: Number("double"), // required
|
|
1943
|
+
* },
|
|
1944
|
+
* CategoryFilter: { // CategoryDrillDownFilter
|
|
1945
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1946
|
+
* CategoryValues: [ // CategoryValueList // required
|
|
1947
|
+
* "STRING_VALUE",
|
|
1948
|
+
* ],
|
|
1949
|
+
* },
|
|
1950
|
+
* TimeRangeFilter: { // TimeRangeDrillDownFilter
|
|
1951
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1952
|
+
* RangeMinimum: new Date("TIMESTAMP"), // required
|
|
1953
|
+
* RangeMaximum: new Date("TIMESTAMP"), // required
|
|
1954
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
|
|
1955
|
+
* },
|
|
1956
|
+
* },
|
|
1957
|
+
* ],
|
|
1958
|
+
* },
|
|
1959
|
+
* DateTimeHierarchy: { // DateTimeHierarchy
|
|
1960
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
1961
|
+
* DrillDownFilters: [
|
|
1962
|
+
* {
|
|
1963
|
+
* NumericEqualityFilter: {
|
|
1964
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1965
|
+
* Value: Number("double"), // required
|
|
1966
|
+
* },
|
|
1967
|
+
* CategoryFilter: {
|
|
1968
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1969
|
+
* CategoryValues: [ // required
|
|
1970
|
+
* "STRING_VALUE",
|
|
1971
|
+
* ],
|
|
1972
|
+
* },
|
|
1973
|
+
* TimeRangeFilter: {
|
|
1974
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1975
|
+
* RangeMinimum: new Date("TIMESTAMP"), // required
|
|
1976
|
+
* RangeMaximum: new Date("TIMESTAMP"), // required
|
|
1977
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
|
|
1978
|
+
* },
|
|
1979
|
+
* },
|
|
1980
|
+
* ],
|
|
1981
|
+
* },
|
|
1982
|
+
* PredefinedHierarchy: { // PredefinedHierarchy
|
|
1983
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
1984
|
+
* Columns: [ // PredefinedHierarchyColumnList // required
|
|
1985
|
+
* "<ColumnIdentifier>",
|
|
1986
|
+
* ],
|
|
1987
|
+
* DrillDownFilters: [
|
|
1988
|
+
* {
|
|
1989
|
+
* NumericEqualityFilter: {
|
|
1990
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1991
|
+
* Value: Number("double"), // required
|
|
1992
|
+
* },
|
|
1993
|
+
* CategoryFilter: {
|
|
1994
|
+
* Column: "<ColumnIdentifier>", // required
|
|
1995
|
+
* CategoryValues: [ // required
|
|
1996
|
+
* "STRING_VALUE",
|
|
1997
|
+
* ],
|
|
1998
|
+
* },
|
|
1999
|
+
* TimeRangeFilter: {
|
|
2000
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2001
|
+
* RangeMinimum: new Date("TIMESTAMP"), // required
|
|
2002
|
+
* RangeMaximum: new Date("TIMESTAMP"), // required
|
|
2003
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
|
|
2004
|
+
* },
|
|
2005
|
+
* },
|
|
2006
|
+
* ],
|
|
2007
|
+
* },
|
|
2008
|
+
* },
|
|
2009
|
+
* ],
|
|
2010
|
+
* },
|
|
2011
|
+
* KPIVisual: { // KPIVisual
|
|
2012
|
+
* VisualId: "STRING_VALUE", // required
|
|
2013
|
+
* Title: {
|
|
2014
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2015
|
+
* FormatText: {
|
|
2016
|
+
* PlainText: "STRING_VALUE",
|
|
2017
|
+
* RichText: "STRING_VALUE",
|
|
2018
|
+
* },
|
|
2019
|
+
* },
|
|
2020
|
+
* Subtitle: {
|
|
2021
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2022
|
+
* FormatText: {
|
|
2023
|
+
* PlainText: "STRING_VALUE",
|
|
2024
|
+
* RichText: "STRING_VALUE",
|
|
2025
|
+
* },
|
|
2026
|
+
* },
|
|
2027
|
+
* ChartConfiguration: { // KPIConfiguration
|
|
2028
|
+
* FieldWells: { // KPIFieldWells
|
|
2029
|
+
* Values: [
|
|
2030
|
+
* {
|
|
2031
|
+
* NumericalMeasureField: {
|
|
2032
|
+
* FieldId: "STRING_VALUE", // required
|
|
2033
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2034
|
+
* AggregationFunction: "<NumericalAggregationFunction>",
|
|
2035
|
+
* FormatConfiguration: "<NumberFormatConfiguration>",
|
|
2036
|
+
* },
|
|
2037
|
+
* CategoricalMeasureField: {
|
|
2038
|
+
* FieldId: "STRING_VALUE", // required
|
|
2039
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2040
|
+
* AggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
2041
|
+
* FormatConfiguration: "<StringFormatConfiguration>",
|
|
2042
|
+
* },
|
|
2043
|
+
* DateMeasureField: {
|
|
2044
|
+
* FieldId: "STRING_VALUE", // required
|
|
2045
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2046
|
+
* AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
2047
|
+
* FormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
2048
|
+
* },
|
|
2049
|
+
* CalculatedMeasureField: {
|
|
2050
|
+
* FieldId: "STRING_VALUE", // required
|
|
2051
|
+
* Expression: "STRING_VALUE", // required
|
|
2052
|
+
* },
|
|
2053
|
+
* },
|
|
2054
|
+
* ],
|
|
2055
|
+
* TargetValues: [
|
|
2056
|
+
* {
|
|
2057
|
+
* NumericalMeasureField: {
|
|
2058
|
+
* FieldId: "STRING_VALUE", // required
|
|
2059
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2060
|
+
* AggregationFunction: "<NumericalAggregationFunction>",
|
|
2061
|
+
* FormatConfiguration: "<NumberFormatConfiguration>",
|
|
2062
|
+
* },
|
|
2063
|
+
* CategoricalMeasureField: {
|
|
2064
|
+
* FieldId: "STRING_VALUE", // required
|
|
2065
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2066
|
+
* AggregationFunction: "COUNT" || "DISTINCT_COUNT",
|
|
2067
|
+
* FormatConfiguration: "<StringFormatConfiguration>",
|
|
2068
|
+
* },
|
|
2069
|
+
* DateMeasureField: {
|
|
2070
|
+
* FieldId: "STRING_VALUE", // required
|
|
2071
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2072
|
+
* AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
|
|
2073
|
+
* FormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
2074
|
+
* },
|
|
2075
|
+
* CalculatedMeasureField: {
|
|
2076
|
+
* FieldId: "STRING_VALUE", // required
|
|
2077
|
+
* Expression: "STRING_VALUE", // required
|
|
2078
|
+
* },
|
|
2079
|
+
* },
|
|
2080
|
+
* ],
|
|
2081
|
+
* TrendGroups: [
|
|
2082
|
+
* "<DimensionField>",
|
|
2083
|
+
* ],
|
|
2084
|
+
* },
|
|
2085
|
+
* SortConfiguration: { // KPISortConfiguration
|
|
2086
|
+
* TrendGroupSort: [
|
|
2087
|
+
* {
|
|
2088
|
+
* FieldSort: "<FieldSort>",
|
|
2089
|
+
* ColumnSort: "<ColumnSort>",
|
|
2090
|
+
* },
|
|
2091
|
+
* ],
|
|
2092
|
+
* },
|
|
2093
|
+
* KPIOptions: { // KPIOptions
|
|
2094
|
+
* ProgressBar: { // ProgressBarOptions
|
|
2095
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2096
|
+
* },
|
|
2097
|
+
* TrendArrows: { // TrendArrowOptions
|
|
2098
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2099
|
+
* },
|
|
2100
|
+
* SecondaryValue: { // SecondaryValueOptions
|
|
2101
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2102
|
+
* },
|
|
2103
|
+
* Comparison: { // ComparisonConfiguration
|
|
2104
|
+
* ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
|
|
2105
|
+
* ComparisonFormat: { // ComparisonFormatConfiguration
|
|
2106
|
+
* NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
|
|
2107
|
+
* PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
|
|
2108
|
+
* },
|
|
2109
|
+
* },
|
|
2110
|
+
* PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
|
|
2111
|
+
* PrimaryValueFontConfiguration: "<FontConfiguration>",
|
|
2112
|
+
* SecondaryValueFontConfiguration: "<FontConfiguration>",
|
|
2113
|
+
* },
|
|
2114
|
+
* },
|
|
2115
|
+
* ConditionalFormatting: { // KPIConditionalFormatting
|
|
2116
|
+
* ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
|
|
2117
|
+
* { // KPIConditionalFormattingOption
|
|
2118
|
+
* PrimaryValue: { // KPIPrimaryValueConditionalFormatting
|
|
2119
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
2120
|
+
* Icon: {
|
|
2121
|
+
* IconSet: {
|
|
2122
|
+
* Expression: "STRING_VALUE", // required
|
|
2123
|
+
* 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",
|
|
2124
|
+
* },
|
|
2125
|
+
* CustomCondition: {
|
|
2126
|
+
* Expression: "STRING_VALUE", // required
|
|
2127
|
+
* IconOptions: {
|
|
2128
|
+
* 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",
|
|
2129
|
+
* UnicodeIcon: "STRING_VALUE",
|
|
2130
|
+
* },
|
|
2131
|
+
* Color: "STRING_VALUE",
|
|
2132
|
+
* DisplayConfiguration: {
|
|
2133
|
+
* IconDisplayOption: "ICON_ONLY",
|
|
2134
|
+
* },
|
|
2135
|
+
* },
|
|
2136
|
+
* },
|
|
2137
|
+
* },
|
|
2138
|
+
* ProgressBar: { // KPIProgressBarConditionalFormatting
|
|
2139
|
+
* ForegroundColor: "<ConditionalFormattingColor>",
|
|
2140
|
+
* },
|
|
2141
|
+
* },
|
|
2142
|
+
* ],
|
|
2143
|
+
* },
|
|
2144
|
+
* Actions: [
|
|
2145
|
+
* {
|
|
2146
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
2147
|
+
* Name: "STRING_VALUE", // required
|
|
2148
|
+
* Status: "ENABLED" || "DISABLED",
|
|
2149
|
+
* Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
2150
|
+
* ActionOperations: [ // required
|
|
2151
|
+
* {
|
|
2152
|
+
* FilterOperation: {
|
|
2153
|
+
* SelectedFieldsConfiguration: {
|
|
2154
|
+
* SelectedFields: [
|
|
2155
|
+
* "STRING_VALUE",
|
|
2156
|
+
* ],
|
|
2157
|
+
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2158
|
+
* },
|
|
2159
|
+
* TargetVisualsConfiguration: {
|
|
2160
|
+
* SameSheetTargetVisualConfiguration: {
|
|
2161
|
+
* TargetVisuals: [
|
|
2162
|
+
* "STRING_VALUE",
|
|
2163
|
+
* ],
|
|
2164
|
+
* TargetVisualOptions: "ALL_VISUALS",
|
|
2165
|
+
* },
|
|
2166
|
+
* },
|
|
2167
|
+
* },
|
|
2168
|
+
* NavigationOperation: {
|
|
2169
|
+
* LocalNavigationConfiguration: {
|
|
2170
|
+
* TargetSheetId: "STRING_VALUE", // required
|
|
2171
|
+
* },
|
|
2172
|
+
* },
|
|
2173
|
+
* URLOperation: {
|
|
2174
|
+
* URLTemplate: "STRING_VALUE", // required
|
|
2175
|
+
* URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
|
|
2176
|
+
* },
|
|
2177
|
+
* SetParametersOperation: {
|
|
2178
|
+
* ParameterValueConfigurations: [ // required
|
|
2179
|
+
* {
|
|
2180
|
+
* DestinationParameterName: "STRING_VALUE", // required
|
|
2181
|
+
* Value: {
|
|
2182
|
+
* CustomValuesConfiguration: {
|
|
2183
|
+
* IncludeNullValue: true || false,
|
|
2184
|
+
* CustomValues: {
|
|
2185
|
+
* StringValues: [
|
|
2186
|
+
* "STRING_VALUE",
|
|
2187
|
+
* ],
|
|
2188
|
+
* IntegerValues: [
|
|
2189
|
+
* Number("long"),
|
|
2190
|
+
* ],
|
|
2191
|
+
* DecimalValues: [
|
|
2192
|
+
* Number("double"),
|
|
2193
|
+
* ],
|
|
2194
|
+
* DateTimeValues: [
|
|
2195
|
+
* new Date("TIMESTAMP"),
|
|
2196
|
+
* ],
|
|
2197
|
+
* },
|
|
2198
|
+
* },
|
|
2199
|
+
* SelectAllValueOptions: "ALL_VALUES",
|
|
2200
|
+
* SourceParameterName: "STRING_VALUE",
|
|
2201
|
+
* SourceField: "STRING_VALUE",
|
|
2202
|
+
* },
|
|
2203
|
+
* },
|
|
2204
|
+
* ],
|
|
2205
|
+
* },
|
|
2206
|
+
* },
|
|
2207
|
+
* ],
|
|
2208
|
+
* },
|
|
2209
|
+
* ],
|
|
2210
|
+
* ColumnHierarchies: [
|
|
2211
|
+
* {
|
|
2212
|
+
* ExplicitHierarchy: {
|
|
2213
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
2214
|
+
* Columns: [ // required
|
|
2215
|
+
* "<ColumnIdentifier>",
|
|
2216
|
+
* ],
|
|
2217
|
+
* DrillDownFilters: [
|
|
2218
|
+
* {
|
|
2219
|
+
* NumericEqualityFilter: {
|
|
2220
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2221
|
+
* Value: Number("double"), // required
|
|
2222
|
+
* },
|
|
2223
|
+
* CategoryFilter: {
|
|
2224
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2225
|
+
* CategoryValues: [ // required
|
|
2226
|
+
* "STRING_VALUE",
|
|
2227
|
+
* ],
|
|
2228
|
+
* },
|
|
2229
|
+
* TimeRangeFilter: {
|
|
2230
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2231
|
+
* RangeMinimum: new Date("TIMESTAMP"), // required
|
|
2232
|
+
* RangeMaximum: new Date("TIMESTAMP"), // required
|
|
2233
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
|
|
2234
|
+
* },
|
|
2235
|
+
* },
|
|
2236
|
+
* ],
|
|
2237
|
+
* },
|
|
2238
|
+
* DateTimeHierarchy: {
|
|
2239
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
2240
|
+
* DrillDownFilters: [
|
|
2241
|
+
* {
|
|
2242
|
+
* NumericEqualityFilter: {
|
|
2243
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2244
|
+
* Value: Number("double"), // required
|
|
2245
|
+
* },
|
|
2246
|
+
* CategoryFilter: {
|
|
2247
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2248
|
+
* CategoryValues: [ // required
|
|
2249
|
+
* "STRING_VALUE",
|
|
2250
|
+
* ],
|
|
2251
|
+
* },
|
|
2252
|
+
* TimeRangeFilter: {
|
|
2253
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2254
|
+
* RangeMinimum: new Date("TIMESTAMP"), // required
|
|
2255
|
+
* RangeMaximum: new Date("TIMESTAMP"), // required
|
|
2256
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
|
|
2257
|
+
* },
|
|
2258
|
+
* },
|
|
2259
|
+
* ],
|
|
2260
|
+
* },
|
|
2261
|
+
* PredefinedHierarchy: {
|
|
2262
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
2263
|
+
* Columns: [ // required
|
|
2264
|
+
* "<ColumnIdentifier>",
|
|
2265
|
+
* ],
|
|
2266
|
+
* DrillDownFilters: "<DrillDownFilterList>",
|
|
2267
|
+
* },
|
|
2268
|
+
* },
|
|
2269
|
+
* ],
|
|
2270
|
+
* },
|
|
2271
|
+
* PieChartVisual: { // PieChartVisual
|
|
2272
|
+
* VisualId: "STRING_VALUE", // required
|
|
2273
|
+
* Title: {
|
|
2274
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2275
|
+
* FormatText: {
|
|
2276
|
+
* PlainText: "STRING_VALUE",
|
|
2277
|
+
* RichText: "STRING_VALUE",
|
|
2278
|
+
* },
|
|
2279
|
+
* },
|
|
2280
|
+
* Subtitle: {
|
|
2281
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2282
|
+
* FormatText: {
|
|
2283
|
+
* PlainText: "STRING_VALUE",
|
|
2284
|
+
* RichText: "STRING_VALUE",
|
|
2285
|
+
* },
|
|
2286
|
+
* },
|
|
2287
|
+
* ChartConfiguration: { // PieChartConfiguration
|
|
2288
|
+
* FieldWells: { // PieChartFieldWells
|
|
2289
|
+
* PieChartAggregatedFieldWells: { // PieChartAggregatedFieldWells
|
|
2290
|
+
* Category: [
|
|
2291
|
+
* "<DimensionField>",
|
|
2292
|
+
* ],
|
|
2293
|
+
* Values: [
|
|
2294
|
+
* "<MeasureField>",
|
|
2295
|
+
* ],
|
|
2296
|
+
* SmallMultiples: [
|
|
2297
|
+
* "<DimensionField>",
|
|
2298
|
+
* ],
|
|
2299
|
+
* },
|
|
2300
|
+
* },
|
|
2301
|
+
* SortConfiguration: { // PieChartSortConfiguration
|
|
2302
|
+
* CategorySort: [
|
|
2303
|
+
* "<FieldSortOptions>",
|
|
2304
|
+
* ],
|
|
2305
|
+
* CategoryItemsLimit: {
|
|
2306
|
+
* ItemsLimit: Number("long"),
|
|
2307
|
+
* OtherCategories: "INCLUDE" || "EXCLUDE",
|
|
2308
|
+
* },
|
|
2309
|
+
* SmallMultiplesSort: "<FieldSortOptionsList>",
|
|
2310
|
+
* SmallMultiplesLimitConfiguration: {
|
|
2311
|
+
* ItemsLimit: Number("long"),
|
|
2312
|
+
* OtherCategories: "INCLUDE" || "EXCLUDE",
|
|
2313
|
+
* },
|
|
2314
|
+
* },
|
|
2315
|
+
* DonutOptions: { // DonutOptions
|
|
2316
|
+
* ArcOptions: { // ArcOptions
|
|
2317
|
+
* ArcThickness: "SMALL" || "MEDIUM" || "LARGE" || "WHOLE",
|
|
2318
|
+
* },
|
|
2319
|
+
* DonutCenterOptions: { // DonutCenterOptions
|
|
2320
|
+
* LabelVisibility: "HIDDEN" || "VISIBLE",
|
|
2321
|
+
* },
|
|
2322
|
+
* },
|
|
2323
|
+
* SmallMultiplesOptions: {
|
|
2324
|
+
* MaxVisibleRows: Number("long"),
|
|
2325
|
+
* MaxVisibleColumns: Number("long"),
|
|
2326
|
+
* PanelConfiguration: {
|
|
2327
|
+
* Title: {
|
|
2328
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2329
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
2330
|
+
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
2331
|
+
* },
|
|
2332
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
2333
|
+
* BorderThickness: "STRING_VALUE",
|
|
2334
|
+
* BorderStyle: "SOLID" || "DASHED" || "DOTTED",
|
|
2335
|
+
* BorderColor: "STRING_VALUE",
|
|
2336
|
+
* GutterVisibility: "HIDDEN" || "VISIBLE",
|
|
2337
|
+
* GutterSpacing: "STRING_VALUE",
|
|
2338
|
+
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2339
|
+
* BackgroundColor: "STRING_VALUE",
|
|
2340
|
+
* },
|
|
2341
|
+
* },
|
|
2342
|
+
* CategoryLabelOptions: {
|
|
2343
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2344
|
+
* SortIconVisibility: "HIDDEN" || "VISIBLE",
|
|
2345
|
+
* AxisLabelOptions: [
|
|
2346
|
+
* {
|
|
2347
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
2348
|
+
* CustomLabel: "STRING_VALUE",
|
|
2349
|
+
* ApplyTo: {
|
|
2350
|
+
* FieldId: "STRING_VALUE", // required
|
|
2351
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2352
|
+
* },
|
|
2353
|
+
* },
|
|
2354
|
+
* ],
|
|
2355
|
+
* },
|
|
2356
|
+
* ValueLabelOptions: {
|
|
2357
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2358
|
+
* SortIconVisibility: "HIDDEN" || "VISIBLE",
|
|
2359
|
+
* AxisLabelOptions: [
|
|
2360
|
+
* {
|
|
2361
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
2362
|
+
* CustomLabel: "STRING_VALUE",
|
|
2363
|
+
* ApplyTo: {
|
|
2364
|
+
* FieldId: "STRING_VALUE", // required
|
|
2365
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2366
|
+
* },
|
|
2367
|
+
* },
|
|
2368
|
+
* ],
|
|
2369
|
+
* },
|
|
2370
|
+
* Legend: {
|
|
2371
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2372
|
+
* Title: "<LabelOptions>",
|
|
2373
|
+
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
2374
|
+
* Width: "STRING_VALUE",
|
|
2375
|
+
* Height: "STRING_VALUE",
|
|
2376
|
+
* },
|
|
2377
|
+
* DataLabels: {
|
|
2378
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2379
|
+
* CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
2380
|
+
* MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
2381
|
+
* DataLabelTypes: [
|
|
2382
|
+
* {
|
|
2383
|
+
* FieldLabelType: {
|
|
2384
|
+
* FieldId: "STRING_VALUE",
|
|
2385
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2386
|
+
* },
|
|
2387
|
+
* DataPathLabelType: {
|
|
2388
|
+
* FieldId: "STRING_VALUE",
|
|
2389
|
+
* FieldValue: "STRING_VALUE",
|
|
2390
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2391
|
+
* },
|
|
2392
|
+
* RangeEndsLabelType: {
|
|
2393
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2394
|
+
* },
|
|
2395
|
+
* MinimumLabelType: {
|
|
2396
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2397
|
+
* },
|
|
2398
|
+
* MaximumLabelType: {
|
|
2399
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2400
|
+
* },
|
|
2401
|
+
* },
|
|
2402
|
+
* ],
|
|
2403
|
+
* Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
|
|
2404
|
+
* LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
|
|
2405
|
+
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2406
|
+
* LabelColor: "STRING_VALUE",
|
|
2407
|
+
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2408
|
+
* },
|
|
2409
|
+
* Tooltip: {
|
|
2410
|
+
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
2411
|
+
* SelectedTooltipType: "BASIC" || "DETAILED",
|
|
2412
|
+
* FieldBasedTooltip: {
|
|
2413
|
+
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
2414
|
+
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
2415
|
+
* TooltipFields: [
|
|
2416
|
+
* {
|
|
2417
|
+
* FieldTooltipItem: {
|
|
2418
|
+
* FieldId: "STRING_VALUE", // required
|
|
2419
|
+
* Label: "STRING_VALUE",
|
|
2420
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2421
|
+
* },
|
|
2422
|
+
* ColumnTooltipItem: {
|
|
2423
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2424
|
+
* Label: "STRING_VALUE",
|
|
2425
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2426
|
+
* Aggregation: "<AggregationFunction>",
|
|
2427
|
+
* },
|
|
2428
|
+
* },
|
|
2429
|
+
* ],
|
|
2430
|
+
* },
|
|
2431
|
+
* },
|
|
2432
|
+
* VisualPalette: {
|
|
2433
|
+
* ChartColor: "STRING_VALUE",
|
|
2434
|
+
* ColorMap: [
|
|
2435
|
+
* {
|
|
2436
|
+
* Element: "<DataPathValue>", // required
|
|
2437
|
+
* Color: "STRING_VALUE", // required
|
|
2438
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
2439
|
+
* },
|
|
2440
|
+
* ],
|
|
2441
|
+
* },
|
|
2442
|
+
* ContributionAnalysisDefaults: [
|
|
2443
|
+
* {
|
|
2444
|
+
* MeasureFieldId: "STRING_VALUE", // required
|
|
2445
|
+
* ContributorDimensions: [ // required
|
|
2446
|
+
* "<ColumnIdentifier>",
|
|
2447
|
+
* ],
|
|
2448
|
+
* },
|
|
2449
|
+
* ],
|
|
2450
|
+
* },
|
|
2451
|
+
* Actions: [
|
|
2452
|
+
* {
|
|
2453
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
2454
|
+
* Name: "STRING_VALUE", // required
|
|
2455
|
+
* Status: "ENABLED" || "DISABLED",
|
|
2456
|
+
* Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
2457
|
+
* ActionOperations: [ // required
|
|
2458
|
+
* {
|
|
2459
|
+
* FilterOperation: {
|
|
2460
|
+
* SelectedFieldsConfiguration: {
|
|
2461
|
+
* SelectedFields: [
|
|
2462
|
+
* "STRING_VALUE",
|
|
2463
|
+
* ],
|
|
2464
|
+
* SelectedFieldOptions: "ALL_FIELDS",
|
|
2465
|
+
* },
|
|
2466
|
+
* TargetVisualsConfiguration: {
|
|
2467
|
+
* SameSheetTargetVisualConfiguration: {
|
|
2468
|
+
* TargetVisuals: [
|
|
2469
|
+
* "STRING_VALUE",
|
|
2470
|
+
* ],
|
|
2471
|
+
* TargetVisualOptions: "ALL_VISUALS",
|
|
2472
|
+
* },
|
|
2473
|
+
* },
|
|
2474
|
+
* },
|
|
2475
|
+
* NavigationOperation: {
|
|
2476
|
+
* LocalNavigationConfiguration: {
|
|
2477
|
+
* TargetSheetId: "STRING_VALUE", // required
|
|
2478
|
+
* },
|
|
2479
|
+
* },
|
|
2480
|
+
* URLOperation: {
|
|
2481
|
+
* URLTemplate: "STRING_VALUE", // required
|
|
2482
|
+
* URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
|
|
2483
|
+
* },
|
|
2484
|
+
* SetParametersOperation: {
|
|
2485
|
+
* ParameterValueConfigurations: [ // required
|
|
2486
|
+
* {
|
|
2487
|
+
* DestinationParameterName: "STRING_VALUE", // required
|
|
2488
|
+
* Value: {
|
|
2489
|
+
* CustomValuesConfiguration: {
|
|
2490
|
+
* IncludeNullValue: true || false,
|
|
2491
|
+
* CustomValues: {
|
|
2492
|
+
* StringValues: [
|
|
2493
|
+
* "STRING_VALUE",
|
|
2494
|
+
* ],
|
|
2495
|
+
* IntegerValues: [
|
|
2496
|
+
* Number("long"),
|
|
2497
|
+
* ],
|
|
2498
|
+
* DecimalValues: [
|
|
2499
|
+
* Number("double"),
|
|
2500
|
+
* ],
|
|
2501
|
+
* DateTimeValues: [
|
|
2502
|
+
* new Date("TIMESTAMP"),
|
|
2503
|
+
* ],
|
|
2504
|
+
* },
|
|
2505
|
+
* },
|
|
2506
|
+
* SelectAllValueOptions: "ALL_VALUES",
|
|
2507
|
+
* SourceParameterName: "STRING_VALUE",
|
|
2508
|
+
* SourceField: "STRING_VALUE",
|
|
2509
|
+
* },
|
|
2510
|
+
* },
|
|
2511
|
+
* ],
|
|
2512
|
+
* },
|
|
2513
|
+
* },
|
|
2514
|
+
* ],
|
|
2515
|
+
* },
|
|
2516
|
+
* ],
|
|
2517
|
+
* ColumnHierarchies: [
|
|
2518
|
+
* {
|
|
2519
|
+
* ExplicitHierarchy: {
|
|
2520
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
2521
|
+
* Columns: [ // required
|
|
2522
|
+
* "<ColumnIdentifier>",
|
|
2523
|
+
* ],
|
|
2524
|
+
* DrillDownFilters: "<DrillDownFilterList>",
|
|
2525
|
+
* },
|
|
2526
|
+
* DateTimeHierarchy: {
|
|
2527
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
2528
|
+
* DrillDownFilters: "<DrillDownFilterList>",
|
|
2529
|
+
* },
|
|
2530
|
+
* PredefinedHierarchy: {
|
|
2531
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
2532
|
+
* Columns: [ // required
|
|
2533
|
+
* "<ColumnIdentifier>",
|
|
2534
|
+
* ],
|
|
2535
|
+
* DrillDownFilters: "<DrillDownFilterList>",
|
|
2536
|
+
* },
|
|
2537
|
+
* },
|
|
2538
|
+
* ],
|
|
2539
|
+
* },
|
|
2540
|
+
* GaugeChartVisual: { // GaugeChartVisual
|
|
2541
|
+
* VisualId: "STRING_VALUE", // required
|
|
2542
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
2543
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
2544
|
+
* ChartConfiguration: { // GaugeChartConfiguration
|
|
2545
|
+
* FieldWells: { // GaugeChartFieldWells
|
|
2546
|
+
* Values: "<MeasureFieldList>",
|
|
2547
|
+
* TargetValues: "<MeasureFieldList>",
|
|
2548
|
+
* },
|
|
2549
|
+
* GaugeChartOptions: { // GaugeChartOptions
|
|
2550
|
+
* PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
|
|
2551
|
+
* Comparison: {
|
|
2552
|
+
* ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
|
|
2553
|
+
* ComparisonFormat: {
|
|
2554
|
+
* NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
|
|
2555
|
+
* PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
|
|
2556
|
+
* },
|
|
2557
|
+
* },
|
|
2558
|
+
* ArcAxis: { // ArcAxisConfiguration
|
|
2559
|
+
* Range: { // ArcAxisDisplayRange
|
|
2560
|
+
* Min: Number("double"),
|
|
2561
|
+
* Max: Number("double"),
|
|
2562
|
+
* },
|
|
2563
|
+
* ReserveRange: Number("int"),
|
|
2564
|
+
* },
|
|
2565
|
+
* Arc: { // ArcConfiguration
|
|
2566
|
+
* ArcAngle: Number("double"),
|
|
2567
|
+
* ArcThickness: "SMALL" || "MEDIUM" || "LARGE",
|
|
2568
|
+
* },
|
|
2569
|
+
* PrimaryValueFontConfiguration: "<FontConfiguration>",
|
|
2570
|
+
* },
|
|
2571
|
+
* DataLabels: {
|
|
2572
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2573
|
+
* CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
2574
|
+
* MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
2575
|
+
* DataLabelTypes: [
|
|
2576
|
+
* {
|
|
2577
|
+
* FieldLabelType: {
|
|
2578
|
+
* FieldId: "STRING_VALUE",
|
|
2579
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2580
|
+
* },
|
|
2581
|
+
* DataPathLabelType: {
|
|
2582
|
+
* FieldId: "STRING_VALUE",
|
|
2583
|
+
* FieldValue: "STRING_VALUE",
|
|
2584
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2585
|
+
* },
|
|
2586
|
+
* RangeEndsLabelType: {
|
|
2587
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2588
|
+
* },
|
|
2589
|
+
* MinimumLabelType: {
|
|
2590
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2591
|
+
* },
|
|
2592
|
+
* MaximumLabelType: {
|
|
2593
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2594
|
+
* },
|
|
2595
|
+
* },
|
|
2596
|
+
* ],
|
|
2597
|
+
* Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
|
|
2598
|
+
* LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
|
|
2599
|
+
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2600
|
+
* LabelColor: "STRING_VALUE",
|
|
2601
|
+
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2602
|
+
* },
|
|
2603
|
+
* TooltipOptions: {
|
|
2604
|
+
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
2605
|
+
* SelectedTooltipType: "BASIC" || "DETAILED",
|
|
2606
|
+
* FieldBasedTooltip: {
|
|
2607
|
+
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
2608
|
+
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
2609
|
+
* TooltipFields: [
|
|
2610
|
+
* {
|
|
2611
|
+
* FieldTooltipItem: {
|
|
2612
|
+
* FieldId: "STRING_VALUE", // required
|
|
2613
|
+
* Label: "STRING_VALUE",
|
|
2614
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2615
|
+
* },
|
|
2616
|
+
* ColumnTooltipItem: {
|
|
2617
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2618
|
+
* Label: "STRING_VALUE",
|
|
2619
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2620
|
+
* Aggregation: "<AggregationFunction>",
|
|
2621
|
+
* },
|
|
2622
|
+
* },
|
|
2623
|
+
* ],
|
|
2624
|
+
* },
|
|
2625
|
+
* },
|
|
2626
|
+
* VisualPalette: {
|
|
2627
|
+
* ChartColor: "STRING_VALUE",
|
|
2628
|
+
* ColorMap: [
|
|
2629
|
+
* {
|
|
2630
|
+
* Element: "<DataPathValue>", // required
|
|
2631
|
+
* Color: "STRING_VALUE", // required
|
|
2632
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
2633
|
+
* },
|
|
2634
|
+
* ],
|
|
2635
|
+
* },
|
|
2636
|
+
* },
|
|
2637
|
+
* ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
2638
|
+
* ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
|
|
2639
|
+
* { // GaugeChartConditionalFormattingOption
|
|
2640
|
+
* PrimaryValue: { // GaugeChartPrimaryValueConditionalFormatting
|
|
2641
|
+
* TextColor: "<ConditionalFormattingColor>",
|
|
2642
|
+
* Icon: {
|
|
2643
|
+
* IconSet: {
|
|
2644
|
+
* Expression: "STRING_VALUE", // required
|
|
2645
|
+
* 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",
|
|
2646
|
+
* },
|
|
2647
|
+
* CustomCondition: {
|
|
2648
|
+
* Expression: "STRING_VALUE", // required
|
|
2649
|
+
* IconOptions: {
|
|
2650
|
+
* 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",
|
|
2651
|
+
* UnicodeIcon: "STRING_VALUE",
|
|
2652
|
+
* },
|
|
2653
|
+
* Color: "STRING_VALUE",
|
|
2654
|
+
* DisplayConfiguration: {
|
|
2655
|
+
* IconDisplayOption: "ICON_ONLY",
|
|
2656
|
+
* },
|
|
2657
|
+
* },
|
|
2658
|
+
* },
|
|
2659
|
+
* },
|
|
2660
|
+
* Arc: { // GaugeChartArcConditionalFormatting
|
|
2661
|
+
* ForegroundColor: "<ConditionalFormattingColor>",
|
|
2662
|
+
* },
|
|
2663
|
+
* },
|
|
2664
|
+
* ],
|
|
2665
|
+
* },
|
|
2666
|
+
* Actions: "<VisualCustomActionList>",
|
|
2667
|
+
* },
|
|
2668
|
+
* LineChartVisual: { // LineChartVisual
|
|
2669
|
+
* VisualId: "STRING_VALUE", // required
|
|
2670
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
2671
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
2672
|
+
* ChartConfiguration: { // LineChartConfiguration
|
|
2673
|
+
* FieldWells: { // LineChartFieldWells
|
|
2674
|
+
* LineChartAggregatedFieldWells: { // LineChartAggregatedFieldWells
|
|
2675
|
+
* Category: "<DimensionFieldList>",
|
|
2676
|
+
* Values: "<MeasureFieldList>",
|
|
2677
|
+
* Colors: "<DimensionFieldList>",
|
|
2678
|
+
* SmallMultiples: [
|
|
2679
|
+
* "<DimensionField>",
|
|
2680
|
+
* ],
|
|
2681
|
+
* },
|
|
2682
|
+
* },
|
|
2683
|
+
* SortConfiguration: { // LineChartSortConfiguration
|
|
2684
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
2685
|
+
* CategoryItemsLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
2686
|
+
* ColorItemsLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
2687
|
+
* SmallMultiplesSort: "<FieldSortOptionsList>",
|
|
2688
|
+
* SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
2689
|
+
* },
|
|
2690
|
+
* ForecastConfigurations: [ // ForecastConfigurationList
|
|
2691
|
+
* { // ForecastConfiguration
|
|
2692
|
+
* ForecastProperties: { // TimeBasedForecastProperties
|
|
2693
|
+
* PeriodsForward: Number("int"),
|
|
2694
|
+
* PeriodsBackward: Number("int"),
|
|
2695
|
+
* UpperBoundary: Number("double"),
|
|
2696
|
+
* LowerBoundary: Number("double"),
|
|
2697
|
+
* PredictionInterval: Number("int"),
|
|
2698
|
+
* Seasonality: Number("int"),
|
|
2699
|
+
* },
|
|
2700
|
+
* Scenario: { // ForecastScenario
|
|
2701
|
+
* WhatIfPointScenario: { // WhatIfPointScenario
|
|
2702
|
+
* Date: new Date("TIMESTAMP"), // required
|
|
2703
|
+
* Value: Number("double"), // required
|
|
2704
|
+
* },
|
|
2705
|
+
* WhatIfRangeScenario: { // WhatIfRangeScenario
|
|
2706
|
+
* StartDate: new Date("TIMESTAMP"), // required
|
|
2707
|
+
* EndDate: new Date("TIMESTAMP"), // required
|
|
2708
|
+
* Value: Number("double"), // required
|
|
2709
|
+
* },
|
|
2710
|
+
* },
|
|
2711
|
+
* },
|
|
2712
|
+
* ],
|
|
2713
|
+
* Type: "LINE" || "AREA" || "STACKED_AREA",
|
|
2714
|
+
* SmallMultiplesOptions: {
|
|
2715
|
+
* MaxVisibleRows: Number("long"),
|
|
2716
|
+
* MaxVisibleColumns: Number("long"),
|
|
2717
|
+
* PanelConfiguration: {
|
|
2718
|
+
* Title: {
|
|
2719
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2720
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
2721
|
+
* HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
2722
|
+
* },
|
|
2723
|
+
* BorderVisibility: "HIDDEN" || "VISIBLE",
|
|
2724
|
+
* BorderThickness: "STRING_VALUE",
|
|
2725
|
+
* BorderStyle: "SOLID" || "DASHED" || "DOTTED",
|
|
2726
|
+
* BorderColor: "STRING_VALUE",
|
|
2727
|
+
* GutterVisibility: "HIDDEN" || "VISIBLE",
|
|
2728
|
+
* GutterSpacing: "STRING_VALUE",
|
|
2729
|
+
* BackgroundVisibility: "HIDDEN" || "VISIBLE",
|
|
2730
|
+
* BackgroundColor: "STRING_VALUE",
|
|
2731
|
+
* },
|
|
2732
|
+
* },
|
|
2733
|
+
* XAxisDisplayOptions: {
|
|
2734
|
+
* TickLabelOptions: {
|
|
2735
|
+
* LabelOptions: "<LabelOptions>",
|
|
2736
|
+
* RotationAngle: Number("double"),
|
|
2737
|
+
* },
|
|
2738
|
+
* AxisLineVisibility: "HIDDEN" || "VISIBLE",
|
|
2739
|
+
* GridLineVisibility: "HIDDEN" || "VISIBLE",
|
|
2740
|
+
* DataOptions: {
|
|
2741
|
+
* NumericAxisOptions: {
|
|
2742
|
+
* Scale: {
|
|
2743
|
+
* Linear: {
|
|
2744
|
+
* StepCount: Number("int"),
|
|
2745
|
+
* StepSize: Number("double"),
|
|
2746
|
+
* },
|
|
2747
|
+
* Logarithmic: {
|
|
2748
|
+
* Base: Number("double"),
|
|
2749
|
+
* },
|
|
2750
|
+
* },
|
|
2751
|
+
* Range: {
|
|
2752
|
+
* MinMax: {
|
|
2753
|
+
* Minimum: Number("double"),
|
|
2754
|
+
* Maximum: Number("double"),
|
|
2755
|
+
* },
|
|
2756
|
+
* DataDriven: {},
|
|
2757
|
+
* },
|
|
2758
|
+
* },
|
|
2759
|
+
* DateAxisOptions: {
|
|
2760
|
+
* MissingDateVisibility: "HIDDEN" || "VISIBLE",
|
|
2761
|
+
* },
|
|
2762
|
+
* },
|
|
2763
|
+
* ScrollbarOptions: {
|
|
2764
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2765
|
+
* VisibleRange: {
|
|
2766
|
+
* PercentRange: {
|
|
2767
|
+
* From: Number("double"),
|
|
2768
|
+
* To: Number("double"),
|
|
2769
|
+
* },
|
|
2770
|
+
* },
|
|
2771
|
+
* },
|
|
2772
|
+
* AxisOffset: "STRING_VALUE",
|
|
2773
|
+
* },
|
|
2774
|
+
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
2775
|
+
* PrimaryYAxisDisplayOptions: { // LineSeriesAxisDisplayOptions
|
|
2776
|
+
* AxisOptions: {
|
|
2777
|
+
* TickLabelOptions: {
|
|
2778
|
+
* LabelOptions: "<LabelOptions>",
|
|
2779
|
+
* RotationAngle: Number("double"),
|
|
2780
|
+
* },
|
|
2781
|
+
* AxisLineVisibility: "HIDDEN" || "VISIBLE",
|
|
2782
|
+
* GridLineVisibility: "HIDDEN" || "VISIBLE",
|
|
2783
|
+
* DataOptions: {
|
|
2784
|
+
* NumericAxisOptions: {
|
|
2785
|
+
* Scale: {
|
|
2786
|
+
* Linear: {
|
|
2787
|
+
* StepCount: Number("int"),
|
|
2788
|
+
* StepSize: Number("double"),
|
|
2789
|
+
* },
|
|
2790
|
+
* Logarithmic: {
|
|
2791
|
+
* Base: Number("double"),
|
|
2792
|
+
* },
|
|
2793
|
+
* },
|
|
2794
|
+
* Range: {
|
|
2795
|
+
* MinMax: {
|
|
2796
|
+
* Minimum: Number("double"),
|
|
2797
|
+
* Maximum: Number("double"),
|
|
2798
|
+
* },
|
|
2799
|
+
* DataDriven: {},
|
|
2800
|
+
* },
|
|
2801
|
+
* },
|
|
2802
|
+
* DateAxisOptions: {
|
|
2803
|
+
* MissingDateVisibility: "HIDDEN" || "VISIBLE",
|
|
2804
|
+
* },
|
|
2805
|
+
* },
|
|
2806
|
+
* ScrollbarOptions: {
|
|
2807
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2808
|
+
* VisibleRange: {
|
|
2809
|
+
* PercentRange: {
|
|
2810
|
+
* From: Number("double"),
|
|
2811
|
+
* To: Number("double"),
|
|
2812
|
+
* },
|
|
2813
|
+
* },
|
|
2814
|
+
* },
|
|
2815
|
+
* AxisOffset: "STRING_VALUE",
|
|
2816
|
+
* },
|
|
2817
|
+
* MissingDataConfigurations: [ // MissingDataConfigurationList
|
|
2818
|
+
* { // MissingDataConfiguration
|
|
2819
|
+
* TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
|
|
2820
|
+
* },
|
|
2821
|
+
* ],
|
|
2822
|
+
* },
|
|
2823
|
+
* PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
2824
|
+
* SecondaryYAxisDisplayOptions: {
|
|
2825
|
+
* AxisOptions: {
|
|
2826
|
+
* TickLabelOptions: {
|
|
2827
|
+
* LabelOptions: "<LabelOptions>",
|
|
2828
|
+
* RotationAngle: Number("double"),
|
|
2829
|
+
* },
|
|
2830
|
+
* AxisLineVisibility: "HIDDEN" || "VISIBLE",
|
|
2831
|
+
* GridLineVisibility: "HIDDEN" || "VISIBLE",
|
|
2832
|
+
* DataOptions: {
|
|
2833
|
+
* NumericAxisOptions: {
|
|
2834
|
+
* Scale: {
|
|
2835
|
+
* Linear: {
|
|
2836
|
+
* StepCount: Number("int"),
|
|
2837
|
+
* StepSize: Number("double"),
|
|
2838
|
+
* },
|
|
2839
|
+
* Logarithmic: {
|
|
2840
|
+
* Base: Number("double"),
|
|
2841
|
+
* },
|
|
2842
|
+
* },
|
|
2843
|
+
* Range: {
|
|
2844
|
+
* MinMax: {
|
|
2845
|
+
* Minimum: Number("double"),
|
|
2846
|
+
* Maximum: Number("double"),
|
|
2847
|
+
* },
|
|
2848
|
+
* DataDriven: {},
|
|
2849
|
+
* },
|
|
2850
|
+
* },
|
|
2851
|
+
* DateAxisOptions: {
|
|
2852
|
+
* MissingDateVisibility: "HIDDEN" || "VISIBLE",
|
|
2853
|
+
* },
|
|
2854
|
+
* },
|
|
2855
|
+
* ScrollbarOptions: {
|
|
2856
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2857
|
+
* VisibleRange: {
|
|
2858
|
+
* PercentRange: {
|
|
2859
|
+
* From: Number("double"),
|
|
2860
|
+
* To: Number("double"),
|
|
2861
|
+
* },
|
|
2862
|
+
* },
|
|
2863
|
+
* },
|
|
2864
|
+
* AxisOffset: "STRING_VALUE",
|
|
2865
|
+
* },
|
|
2866
|
+
* MissingDataConfigurations: [
|
|
2867
|
+
* {
|
|
2868
|
+
* TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
|
|
2869
|
+
* },
|
|
2870
|
+
* ],
|
|
2871
|
+
* },
|
|
2872
|
+
* SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
2873
|
+
* DefaultSeriesSettings: { // LineChartDefaultSeriesSettings
|
|
2874
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
2875
|
+
* LineStyleSettings: { // LineChartLineStyleSettings
|
|
2876
|
+
* LineVisibility: "HIDDEN" || "VISIBLE",
|
|
2877
|
+
* LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
|
|
2878
|
+
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
2879
|
+
* LineWidth: "STRING_VALUE",
|
|
2880
|
+
* },
|
|
2881
|
+
* MarkerStyleSettings: { // LineChartMarkerStyleSettings
|
|
2882
|
+
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
2883
|
+
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
2884
|
+
* MarkerSize: "STRING_VALUE",
|
|
2885
|
+
* MarkerColor: "STRING_VALUE",
|
|
2886
|
+
* },
|
|
2887
|
+
* },
|
|
2888
|
+
* Series: [ // SeriesItemList
|
|
2889
|
+
* { // SeriesItem
|
|
2890
|
+
* FieldSeriesItem: { // FieldSeriesItem
|
|
2891
|
+
* FieldId: "STRING_VALUE", // required
|
|
2892
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
|
|
2893
|
+
* Settings: { // LineChartSeriesSettings
|
|
2894
|
+
* LineStyleSettings: {
|
|
2895
|
+
* LineVisibility: "HIDDEN" || "VISIBLE",
|
|
2896
|
+
* LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
|
|
2897
|
+
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
2898
|
+
* LineWidth: "STRING_VALUE",
|
|
2899
|
+
* },
|
|
2900
|
+
* MarkerStyleSettings: {
|
|
2901
|
+
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
2902
|
+
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
2903
|
+
* MarkerSize: "STRING_VALUE",
|
|
2904
|
+
* MarkerColor: "STRING_VALUE",
|
|
2905
|
+
* },
|
|
2906
|
+
* },
|
|
2907
|
+
* },
|
|
2908
|
+
* DataFieldSeriesItem: { // DataFieldSeriesItem
|
|
2909
|
+
* FieldId: "STRING_VALUE", // required
|
|
2910
|
+
* FieldValue: "STRING_VALUE",
|
|
2911
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
|
|
2912
|
+
* Settings: {
|
|
2913
|
+
* LineStyleSettings: {
|
|
2914
|
+
* LineVisibility: "HIDDEN" || "VISIBLE",
|
|
2915
|
+
* LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
|
|
2916
|
+
* LineStyle: "SOLID" || "DOTTED" || "DASHED",
|
|
2917
|
+
* LineWidth: "STRING_VALUE",
|
|
2918
|
+
* },
|
|
2919
|
+
* MarkerStyleSettings: {
|
|
2920
|
+
* MarkerVisibility: "HIDDEN" || "VISIBLE",
|
|
2921
|
+
* MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
|
|
2922
|
+
* MarkerSize: "STRING_VALUE",
|
|
2923
|
+
* MarkerColor: "STRING_VALUE",
|
|
2924
|
+
* },
|
|
2925
|
+
* },
|
|
2926
|
+
* },
|
|
2927
|
+
* },
|
|
2928
|
+
* ],
|
|
2929
|
+
* Legend: {
|
|
2930
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2931
|
+
* Title: "<LabelOptions>",
|
|
2932
|
+
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
2933
|
+
* Width: "STRING_VALUE",
|
|
2934
|
+
* Height: "STRING_VALUE",
|
|
2935
|
+
* },
|
|
2936
|
+
* DataLabels: {
|
|
2937
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2938
|
+
* CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
2939
|
+
* MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
2940
|
+
* DataLabelTypes: [
|
|
2941
|
+
* {
|
|
2942
|
+
* FieldLabelType: {
|
|
2943
|
+
* FieldId: "STRING_VALUE",
|
|
2944
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2945
|
+
* },
|
|
2946
|
+
* DataPathLabelType: {
|
|
2947
|
+
* FieldId: "STRING_VALUE",
|
|
2948
|
+
* FieldValue: "STRING_VALUE",
|
|
2949
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2950
|
+
* },
|
|
2951
|
+
* RangeEndsLabelType: {
|
|
2952
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2953
|
+
* },
|
|
2954
|
+
* MinimumLabelType: {
|
|
2955
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2956
|
+
* },
|
|
2957
|
+
* MaximumLabelType: {
|
|
2958
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
2959
|
+
* },
|
|
2960
|
+
* },
|
|
2961
|
+
* ],
|
|
2962
|
+
* Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
|
|
2963
|
+
* LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
|
|
2964
|
+
* LabelFontConfiguration: "<FontConfiguration>",
|
|
2965
|
+
* LabelColor: "STRING_VALUE",
|
|
2966
|
+
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
2967
|
+
* },
|
|
2968
|
+
* ReferenceLines: [
|
|
2969
|
+
* {
|
|
2970
|
+
* Status: "ENABLED" || "DISABLED",
|
|
2971
|
+
* DataConfiguration: {
|
|
2972
|
+
* StaticConfiguration: {
|
|
2973
|
+
* Value: Number("double"), // required
|
|
2974
|
+
* },
|
|
2975
|
+
* DynamicConfiguration: {
|
|
2976
|
+
* Column: "<ColumnIdentifier>", // required
|
|
2977
|
+
* MeasureAggregationFunction: "<AggregationFunction>", // required
|
|
2978
|
+
* Calculation: "<NumericalAggregationFunction>", // required
|
|
2979
|
+
* },
|
|
2980
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
2981
|
+
* },
|
|
2982
|
+
* StyleConfiguration: {
|
|
2983
|
+
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
2984
|
+
* Color: "STRING_VALUE",
|
|
2985
|
+
* },
|
|
2986
|
+
* LabelConfiguration: {
|
|
2987
|
+
* ValueLabelConfiguration: {
|
|
2988
|
+
* RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
|
|
2989
|
+
* FormatConfiguration: "<NumericFormatConfiguration>",
|
|
2990
|
+
* },
|
|
2991
|
+
* CustomLabelConfiguration: {
|
|
2992
|
+
* CustomLabel: "STRING_VALUE", // required
|
|
2993
|
+
* },
|
|
2994
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
2995
|
+
* FontColor: "STRING_VALUE",
|
|
2996
|
+
* HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
|
|
2997
|
+
* VerticalPosition: "ABOVE" || "BELOW",
|
|
2998
|
+
* },
|
|
2999
|
+
* },
|
|
3000
|
+
* ],
|
|
3001
|
+
* Tooltip: {
|
|
3002
|
+
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
3003
|
+
* SelectedTooltipType: "BASIC" || "DETAILED",
|
|
3004
|
+
* FieldBasedTooltip: {
|
|
3005
|
+
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
3006
|
+
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
3007
|
+
* TooltipFields: [
|
|
3008
|
+
* {
|
|
3009
|
+
* FieldTooltipItem: {
|
|
3010
|
+
* FieldId: "STRING_VALUE", // required
|
|
3011
|
+
* Label: "STRING_VALUE",
|
|
3012
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3013
|
+
* },
|
|
3014
|
+
* ColumnTooltipItem: {
|
|
3015
|
+
* Column: "<ColumnIdentifier>", // required
|
|
3016
|
+
* Label: "STRING_VALUE",
|
|
3017
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3018
|
+
* Aggregation: "<AggregationFunction>",
|
|
3019
|
+
* },
|
|
3020
|
+
* },
|
|
3021
|
+
* ],
|
|
3022
|
+
* },
|
|
3023
|
+
* },
|
|
3024
|
+
* ContributionAnalysisDefaults: [
|
|
3025
|
+
* {
|
|
3026
|
+
* MeasureFieldId: "STRING_VALUE", // required
|
|
3027
|
+
* ContributorDimensions: [ // required
|
|
3028
|
+
* "<ColumnIdentifier>",
|
|
3029
|
+
* ],
|
|
3030
|
+
* },
|
|
3031
|
+
* ],
|
|
3032
|
+
* VisualPalette: {
|
|
3033
|
+
* ChartColor: "STRING_VALUE",
|
|
3034
|
+
* ColorMap: [
|
|
3035
|
+
* {
|
|
3036
|
+
* Element: "<DataPathValue>", // required
|
|
3037
|
+
* Color: "STRING_VALUE", // required
|
|
3038
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
3039
|
+
* },
|
|
3040
|
+
* ],
|
|
3041
|
+
* },
|
|
3042
|
+
* },
|
|
3043
|
+
* Actions: "<VisualCustomActionList>",
|
|
3044
|
+
* ColumnHierarchies: [
|
|
3045
|
+
* {
|
|
3046
|
+
* ExplicitHierarchy: {
|
|
3047
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
3048
|
+
* Columns: [ // required
|
|
3049
|
+
* "<ColumnIdentifier>",
|
|
3050
|
+
* ],
|
|
3051
|
+
* DrillDownFilters: "<DrillDownFilterList>",
|
|
3052
|
+
* },
|
|
3053
|
+
* DateTimeHierarchy: {
|
|
3054
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
3055
|
+
* DrillDownFilters: "<DrillDownFilterList>",
|
|
3056
|
+
* },
|
|
3057
|
+
* PredefinedHierarchy: {
|
|
3058
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
3059
|
+
* Columns: [ // required
|
|
3060
|
+
* "<ColumnIdentifier>",
|
|
3061
|
+
* ],
|
|
3062
|
+
* DrillDownFilters: "<DrillDownFilterList>",
|
|
3063
|
+
* },
|
|
3064
|
+
* },
|
|
3065
|
+
* ],
|
|
3066
|
+
* },
|
|
3067
|
+
* HeatMapVisual: { // HeatMapVisual
|
|
3068
|
+
* VisualId: "STRING_VALUE", // required
|
|
3069
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3070
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3071
|
+
* ChartConfiguration: { // HeatMapConfiguration
|
|
3072
|
+
* FieldWells: { // HeatMapFieldWells
|
|
3073
|
+
* HeatMapAggregatedFieldWells: { // HeatMapAggregatedFieldWells
|
|
3074
|
+
* Rows: [ // HeatMapDimensionFieldList
|
|
3075
|
+
* "<DimensionField>",
|
|
3076
|
+
* ],
|
|
3077
|
+
* Columns: [
|
|
3078
|
+
* "<DimensionField>",
|
|
3079
|
+
* ],
|
|
3080
|
+
* Values: [ // HeatMapMeasureFieldList
|
|
3081
|
+
* "<MeasureField>",
|
|
3082
|
+
* ],
|
|
3083
|
+
* },
|
|
3084
|
+
* },
|
|
3085
|
+
* SortConfiguration: { // HeatMapSortConfiguration
|
|
3086
|
+
* HeatMapRowSort: "<FieldSortOptionsList>",
|
|
3087
|
+
* HeatMapColumnSort: "<FieldSortOptionsList>",
|
|
3088
|
+
* HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
3089
|
+
* HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
3090
|
+
* },
|
|
3091
|
+
* RowLabelOptions: "<ChartAxisLabelOptions>",
|
|
3092
|
+
* ColumnLabelOptions: "<ChartAxisLabelOptions>",
|
|
3093
|
+
* ColorScale: { // ColorScale
|
|
3094
|
+
* Colors: [ // ColorScaleColorList // required
|
|
3095
|
+
* { // DataColor
|
|
3096
|
+
* Color: "STRING_VALUE",
|
|
3097
|
+
* DataValue: Number("double"),
|
|
3098
|
+
* },
|
|
3099
|
+
* ],
|
|
3100
|
+
* ColorFillType: "DISCRETE" || "GRADIENT", // required
|
|
3101
|
+
* NullValueColor: {
|
|
3102
|
+
* Color: "STRING_VALUE",
|
|
3103
|
+
* DataValue: Number("double"),
|
|
3104
|
+
* },
|
|
3105
|
+
* },
|
|
3106
|
+
* Legend: {
|
|
3107
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3108
|
+
* Title: "<LabelOptions>",
|
|
3109
|
+
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3110
|
+
* Width: "STRING_VALUE",
|
|
3111
|
+
* Height: "STRING_VALUE",
|
|
3112
|
+
* },
|
|
3113
|
+
* DataLabels: {
|
|
3114
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3115
|
+
* CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
3116
|
+
* MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
3117
|
+
* DataLabelTypes: [
|
|
3118
|
+
* {
|
|
3119
|
+
* FieldLabelType: {
|
|
3120
|
+
* FieldId: "STRING_VALUE",
|
|
3121
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3122
|
+
* },
|
|
3123
|
+
* DataPathLabelType: {
|
|
3124
|
+
* FieldId: "STRING_VALUE",
|
|
3125
|
+
* FieldValue: "STRING_VALUE",
|
|
3126
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3127
|
+
* },
|
|
3128
|
+
* RangeEndsLabelType: {
|
|
3129
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3130
|
+
* },
|
|
3131
|
+
* MinimumLabelType: {
|
|
3132
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3133
|
+
* },
|
|
3134
|
+
* MaximumLabelType: {
|
|
3135
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3136
|
+
* },
|
|
3137
|
+
* },
|
|
3138
|
+
* ],
|
|
3139
|
+
* Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
|
|
3140
|
+
* LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
|
|
3141
|
+
* LabelFontConfiguration: "<FontConfiguration>",
|
|
3142
|
+
* LabelColor: "STRING_VALUE",
|
|
3143
|
+
* Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
|
|
3144
|
+
* },
|
|
3145
|
+
* Tooltip: {
|
|
3146
|
+
* TooltipVisibility: "HIDDEN" || "VISIBLE",
|
|
3147
|
+
* SelectedTooltipType: "BASIC" || "DETAILED",
|
|
3148
|
+
* FieldBasedTooltip: {
|
|
3149
|
+
* AggregationVisibility: "HIDDEN" || "VISIBLE",
|
|
3150
|
+
* TooltipTitleType: "NONE" || "PRIMARY_VALUE",
|
|
3151
|
+
* TooltipFields: [
|
|
3152
|
+
* {
|
|
3153
|
+
* FieldTooltipItem: {
|
|
3154
|
+
* FieldId: "STRING_VALUE", // required
|
|
3155
|
+
* Label: "STRING_VALUE",
|
|
3156
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3157
|
+
* },
|
|
3158
|
+
* ColumnTooltipItem: {
|
|
3159
|
+
* Column: "<ColumnIdentifier>", // required
|
|
3160
|
+
* Label: "STRING_VALUE",
|
|
3161
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3162
|
+
* Aggregation: "<AggregationFunction>",
|
|
3163
|
+
* },
|
|
3164
|
+
* },
|
|
3165
|
+
* ],
|
|
3166
|
+
* },
|
|
3167
|
+
* },
|
|
3168
|
+
* },
|
|
3169
|
+
* ColumnHierarchies: [
|
|
3170
|
+
* {
|
|
3171
|
+
* ExplicitHierarchy: {
|
|
3172
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
3173
|
+
* Columns: [ // required
|
|
3174
|
+
* "<ColumnIdentifier>",
|
|
3175
|
+
* ],
|
|
3176
|
+
* DrillDownFilters: "<DrillDownFilterList>",
|
|
3177
|
+
* },
|
|
3178
|
+
* DateTimeHierarchy: {
|
|
3179
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
3180
|
+
* DrillDownFilters: "<DrillDownFilterList>",
|
|
3181
|
+
* },
|
|
3182
|
+
* PredefinedHierarchy: {
|
|
3183
|
+
* HierarchyId: "STRING_VALUE", // required
|
|
3184
|
+
* Columns: [ // required
|
|
3185
|
+
* "<ColumnIdentifier>",
|
|
3186
|
+
* ],
|
|
3187
|
+
* DrillDownFilters: "<DrillDownFilterList>",
|
|
3188
|
+
* },
|
|
3189
|
+
* },
|
|
3190
|
+
* ],
|
|
3191
|
+
* Actions: "<VisualCustomActionList>",
|
|
3192
|
+
* },
|
|
3193
|
+
* TreeMapVisual: { // TreeMapVisual
|
|
3194
|
+
* VisualId: "STRING_VALUE", // required
|
|
3195
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3196
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3197
|
+
* ChartConfiguration: { // TreeMapConfiguration
|
|
3198
|
+
* FieldWells: { // TreeMapFieldWells
|
|
3199
|
+
* TreeMapAggregatedFieldWells: { // TreeMapAggregatedFieldWells
|
|
3200
|
+
* Groups: [ // TreeMapDimensionFieldList
|
|
3201
|
+
* "<DimensionField>",
|
|
3202
|
+
* ],
|
|
3203
|
+
* Sizes: [ // TreeMapMeasureFieldList
|
|
3204
|
+
* "<MeasureField>",
|
|
3205
|
+
* ],
|
|
3206
|
+
* Colors: [
|
|
3207
|
+
* "<MeasureField>",
|
|
3208
|
+
* ],
|
|
3209
|
+
* },
|
|
3210
|
+
* },
|
|
3211
|
+
* SortConfiguration: { // TreeMapSortConfiguration
|
|
3212
|
+
* TreeMapSort: "<FieldSortOptionsList>",
|
|
3213
|
+
* TreeMapGroupItemsLimitConfiguration: "<ItemsLimitConfiguration>",
|
|
3214
|
+
* },
|
|
3215
|
+
* GroupLabelOptions: "<ChartAxisLabelOptions>",
|
|
3216
|
+
* SizeLabelOptions: "<ChartAxisLabelOptions>",
|
|
3217
|
+
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3218
|
+
* ColorScale: {
|
|
3219
|
+
* Colors: [ // required
|
|
3220
|
+
* {
|
|
3221
|
+
* Color: "STRING_VALUE",
|
|
3222
|
+
* DataValue: Number("double"),
|
|
3223
|
+
* },
|
|
3224
|
+
* ],
|
|
3225
|
+
* ColorFillType: "DISCRETE" || "GRADIENT", // required
|
|
3226
|
+
* NullValueColor: {
|
|
3227
|
+
* Color: "STRING_VALUE",
|
|
3228
|
+
* DataValue: Number("double"),
|
|
3229
|
+
* },
|
|
3230
|
+
* },
|
|
3231
|
+
* Legend: {
|
|
3232
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3233
|
+
* Title: "<LabelOptions>",
|
|
3234
|
+
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3235
|
+
* Width: "STRING_VALUE",
|
|
3236
|
+
* Height: "STRING_VALUE",
|
|
3237
|
+
* },
|
|
3238
|
+
* DataLabels: "<DataLabelOptions>",
|
|
3239
|
+
* Tooltip: "<TooltipOptions>",
|
|
3240
|
+
* },
|
|
3241
|
+
* Actions: "<VisualCustomActionList>",
|
|
3242
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3243
|
+
* },
|
|
3244
|
+
* GeospatialMapVisual: { // GeospatialMapVisual
|
|
3245
|
+
* VisualId: "STRING_VALUE", // required
|
|
3246
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3247
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3248
|
+
* ChartConfiguration: { // GeospatialMapConfiguration
|
|
3249
|
+
* FieldWells: { // GeospatialMapFieldWells
|
|
3250
|
+
* GeospatialMapAggregatedFieldWells: { // GeospatialMapAggregatedFieldWells
|
|
3251
|
+
* Geospatial: "<DimensionFieldList>",
|
|
3252
|
+
* Values: "<MeasureFieldList>",
|
|
3253
|
+
* Colors: "<DimensionFieldList>",
|
|
3254
|
+
* },
|
|
3255
|
+
* },
|
|
3256
|
+
* Legend: "<LegendOptions>",
|
|
3257
|
+
* Tooltip: "<TooltipOptions>",
|
|
3258
|
+
* WindowOptions: { // GeospatialWindowOptions
|
|
3259
|
+
* Bounds: { // GeospatialCoordinateBounds
|
|
3260
|
+
* North: Number("double"), // required
|
|
3261
|
+
* South: Number("double"), // required
|
|
3262
|
+
* West: Number("double"), // required
|
|
3263
|
+
* East: Number("double"), // required
|
|
3264
|
+
* },
|
|
3265
|
+
* MapZoomMode: "AUTO" || "MANUAL",
|
|
3266
|
+
* },
|
|
3267
|
+
* MapStyleOptions: { // GeospatialMapStyleOptions
|
|
3268
|
+
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3269
|
+
* },
|
|
3270
|
+
* PointStyleOptions: { // GeospatialPointStyleOptions
|
|
3271
|
+
* SelectedPointStyle: "POINT" || "CLUSTER",
|
|
3272
|
+
* ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
|
|
3273
|
+
* ClusterMarker: { // ClusterMarker
|
|
3274
|
+
* SimpleClusterMarker: { // SimpleClusterMarker
|
|
3275
|
+
* Color: "STRING_VALUE",
|
|
3276
|
+
* },
|
|
3277
|
+
* },
|
|
3278
|
+
* },
|
|
3279
|
+
* },
|
|
3280
|
+
* VisualPalette: {
|
|
3281
|
+
* ChartColor: "STRING_VALUE",
|
|
3282
|
+
* ColorMap: [
|
|
3283
|
+
* {
|
|
3284
|
+
* Element: "<DataPathValue>", // required
|
|
3285
|
+
* Color: "STRING_VALUE", // required
|
|
3286
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
3287
|
+
* },
|
|
3288
|
+
* ],
|
|
3289
|
+
* },
|
|
3290
|
+
* },
|
|
3291
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3292
|
+
* Actions: "<VisualCustomActionList>",
|
|
3293
|
+
* },
|
|
3294
|
+
* FilledMapVisual: { // FilledMapVisual
|
|
3295
|
+
* VisualId: "STRING_VALUE", // required
|
|
3296
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3297
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3298
|
+
* ChartConfiguration: { // FilledMapConfiguration
|
|
3299
|
+
* FieldWells: { // FilledMapFieldWells
|
|
3300
|
+
* FilledMapAggregatedFieldWells: { // FilledMapAggregatedFieldWells
|
|
3301
|
+
* Geospatial: [ // FilledMapDimensionFieldList
|
|
3302
|
+
* "<DimensionField>",
|
|
3303
|
+
* ],
|
|
3304
|
+
* Values: [ // FilledMapMeasureFieldList
|
|
3305
|
+
* "<MeasureField>",
|
|
3306
|
+
* ],
|
|
3307
|
+
* },
|
|
3308
|
+
* },
|
|
3309
|
+
* SortConfiguration: { // FilledMapSortConfiguration
|
|
3310
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
3311
|
+
* },
|
|
3312
|
+
* Legend: "<LegendOptions>",
|
|
3313
|
+
* Tooltip: "<TooltipOptions>",
|
|
3314
|
+
* WindowOptions: {
|
|
3315
|
+
* Bounds: {
|
|
3316
|
+
* North: Number("double"), // required
|
|
3317
|
+
* South: Number("double"), // required
|
|
3318
|
+
* West: Number("double"), // required
|
|
3319
|
+
* East: Number("double"), // required
|
|
3320
|
+
* },
|
|
3321
|
+
* MapZoomMode: "AUTO" || "MANUAL",
|
|
3322
|
+
* },
|
|
3323
|
+
* MapStyleOptions: {
|
|
3324
|
+
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3325
|
+
* },
|
|
3326
|
+
* },
|
|
3327
|
+
* ConditionalFormatting: { // FilledMapConditionalFormatting
|
|
3328
|
+
* ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
|
|
3329
|
+
* { // FilledMapConditionalFormattingOption
|
|
3330
|
+
* Shape: { // FilledMapShapeConditionalFormatting
|
|
3331
|
+
* FieldId: "STRING_VALUE", // required
|
|
3332
|
+
* Format: { // ShapeConditionalFormat
|
|
3333
|
+
* BackgroundColor: "<ConditionalFormattingColor>", // required
|
|
3334
|
+
* },
|
|
3335
|
+
* },
|
|
3336
|
+
* },
|
|
3337
|
+
* ],
|
|
3338
|
+
* },
|
|
3339
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3340
|
+
* Actions: "<VisualCustomActionList>",
|
|
3341
|
+
* },
|
|
3342
|
+
* FunnelChartVisual: { // FunnelChartVisual
|
|
3343
|
+
* VisualId: "STRING_VALUE", // required
|
|
3344
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3345
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3346
|
+
* ChartConfiguration: { // FunnelChartConfiguration
|
|
3347
|
+
* FieldWells: { // FunnelChartFieldWells
|
|
3348
|
+
* FunnelChartAggregatedFieldWells: { // FunnelChartAggregatedFieldWells
|
|
3349
|
+
* Category: [ // FunnelChartDimensionFieldList
|
|
3350
|
+
* "<DimensionField>",
|
|
3351
|
+
* ],
|
|
3352
|
+
* Values: [ // FunnelChartMeasureFieldList
|
|
3353
|
+
* "<MeasureField>",
|
|
3354
|
+
* ],
|
|
3355
|
+
* },
|
|
3356
|
+
* },
|
|
3357
|
+
* SortConfiguration: { // FunnelChartSortConfiguration
|
|
3358
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
3359
|
+
* CategoryItemsLimit: "<ItemsLimitConfiguration>",
|
|
3360
|
+
* },
|
|
3361
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
3362
|
+
* ValueLabelOptions: "<ChartAxisLabelOptions>",
|
|
3363
|
+
* Tooltip: "<TooltipOptions>",
|
|
3364
|
+
* DataLabelOptions: { // FunnelChartDataLabelOptions
|
|
3365
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3366
|
+
* CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
3367
|
+
* MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
|
|
3368
|
+
* Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
|
|
3369
|
+
* LabelFontConfiguration: "<FontConfiguration>",
|
|
3370
|
+
* LabelColor: "STRING_VALUE",
|
|
3371
|
+
* MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
3372
|
+
* },
|
|
3373
|
+
* VisualPalette: "<VisualPalette>",
|
|
3374
|
+
* },
|
|
3375
|
+
* Actions: "<VisualCustomActionList>",
|
|
3376
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3377
|
+
* },
|
|
3378
|
+
* ScatterPlotVisual: { // ScatterPlotVisual
|
|
3379
|
+
* VisualId: "STRING_VALUE", // required
|
|
3380
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3381
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3382
|
+
* ChartConfiguration: { // ScatterPlotConfiguration
|
|
3383
|
+
* FieldWells: { // ScatterPlotFieldWells
|
|
3384
|
+
* ScatterPlotCategoricallyAggregatedFieldWells: { // ScatterPlotCategoricallyAggregatedFieldWells
|
|
3385
|
+
* XAxis: "<MeasureFieldList>",
|
|
3386
|
+
* YAxis: "<MeasureFieldList>",
|
|
3387
|
+
* Category: "<DimensionFieldList>",
|
|
3388
|
+
* Size: "<MeasureFieldList>",
|
|
3389
|
+
* },
|
|
3390
|
+
* ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
|
|
3391
|
+
* XAxis: "<DimensionFieldList>",
|
|
3392
|
+
* YAxis: "<DimensionFieldList>",
|
|
3393
|
+
* Size: "<MeasureFieldList>",
|
|
3394
|
+
* },
|
|
3395
|
+
* },
|
|
3396
|
+
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
3397
|
+
* XAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
3398
|
+
* YAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
3399
|
+
* YAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
3400
|
+
* Legend: "<LegendOptions>",
|
|
3401
|
+
* DataLabels: "<DataLabelOptions>",
|
|
3402
|
+
* Tooltip: "<TooltipOptions>",
|
|
3403
|
+
* VisualPalette: "<VisualPalette>",
|
|
3404
|
+
* },
|
|
3405
|
+
* Actions: "<VisualCustomActionList>",
|
|
3406
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3407
|
+
* },
|
|
3408
|
+
* ComboChartVisual: { // ComboChartVisual
|
|
3409
|
+
* VisualId: "STRING_VALUE", // required
|
|
3410
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3411
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3412
|
+
* ChartConfiguration: { // ComboChartConfiguration
|
|
3413
|
+
* FieldWells: { // ComboChartFieldWells
|
|
3414
|
+
* ComboChartAggregatedFieldWells: { // ComboChartAggregatedFieldWells
|
|
3415
|
+
* Category: "<DimensionFieldList>",
|
|
3416
|
+
* BarValues: "<MeasureFieldList>",
|
|
3417
|
+
* Colors: "<DimensionFieldList>",
|
|
3418
|
+
* LineValues: "<MeasureFieldList>",
|
|
3419
|
+
* },
|
|
3420
|
+
* },
|
|
3421
|
+
* SortConfiguration: { // ComboChartSortConfiguration
|
|
3422
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
3423
|
+
* CategoryItemsLimit: "<ItemsLimitConfiguration>",
|
|
3424
|
+
* ColorSort: "<FieldSortOptionsList>",
|
|
3425
|
+
* ColorItemsLimit: "<ItemsLimitConfiguration>",
|
|
3426
|
+
* },
|
|
3427
|
+
* BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
|
|
3428
|
+
* CategoryAxis: "<AxisDisplayOptions>",
|
|
3429
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
3430
|
+
* PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
3431
|
+
* PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
3432
|
+
* SecondaryYAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
3433
|
+
* SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
3434
|
+
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3435
|
+
* Legend: "<LegendOptions>",
|
|
3436
|
+
* BarDataLabels: "<DataLabelOptions>",
|
|
3437
|
+
* LineDataLabels: "<DataLabelOptions>",
|
|
3438
|
+
* Tooltip: "<TooltipOptions>",
|
|
3439
|
+
* ReferenceLines: [
|
|
3440
|
+
* {
|
|
3441
|
+
* Status: "ENABLED" || "DISABLED",
|
|
3442
|
+
* DataConfiguration: {
|
|
3443
|
+
* StaticConfiguration: {
|
|
3444
|
+
* Value: Number("double"), // required
|
|
3445
|
+
* },
|
|
3446
|
+
* DynamicConfiguration: {
|
|
3447
|
+
* Column: "<ColumnIdentifier>", // required
|
|
3448
|
+
* MeasureAggregationFunction: "<AggregationFunction>", // required
|
|
3449
|
+
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3450
|
+
* },
|
|
3451
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3452
|
+
* },
|
|
3453
|
+
* StyleConfiguration: {
|
|
3454
|
+
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
3455
|
+
* Color: "STRING_VALUE",
|
|
3456
|
+
* },
|
|
3457
|
+
* LabelConfiguration: {
|
|
3458
|
+
* ValueLabelConfiguration: {
|
|
3459
|
+
* RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
|
|
3460
|
+
* FormatConfiguration: "<NumericFormatConfiguration>",
|
|
3461
|
+
* },
|
|
3462
|
+
* CustomLabelConfiguration: {
|
|
3463
|
+
* CustomLabel: "STRING_VALUE", // required
|
|
3464
|
+
* },
|
|
3465
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
3466
|
+
* FontColor: "STRING_VALUE",
|
|
3467
|
+
* HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
|
|
3468
|
+
* VerticalPosition: "ABOVE" || "BELOW",
|
|
3469
|
+
* },
|
|
3470
|
+
* },
|
|
3471
|
+
* ],
|
|
3472
|
+
* VisualPalette: "<VisualPalette>",
|
|
3473
|
+
* },
|
|
3474
|
+
* Actions: "<VisualCustomActionList>",
|
|
3475
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3476
|
+
* },
|
|
3477
|
+
* BoxPlotVisual: { // BoxPlotVisual
|
|
3478
|
+
* VisualId: "STRING_VALUE", // required
|
|
3479
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3480
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3481
|
+
* ChartConfiguration: { // BoxPlotChartConfiguration
|
|
3482
|
+
* FieldWells: { // BoxPlotFieldWells
|
|
3483
|
+
* BoxPlotAggregatedFieldWells: { // BoxPlotAggregatedFieldWells
|
|
3484
|
+
* GroupBy: [ // BoxPlotDimensionFieldList
|
|
3485
|
+
* "<DimensionField>",
|
|
3486
|
+
* ],
|
|
3487
|
+
* Values: [ // BoxPlotMeasureFieldList
|
|
3488
|
+
* "<MeasureField>",
|
|
3489
|
+
* ],
|
|
3490
|
+
* },
|
|
3491
|
+
* },
|
|
3492
|
+
* SortConfiguration: { // BoxPlotSortConfiguration
|
|
3493
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
3494
|
+
* PaginationConfiguration: {
|
|
3495
|
+
* PageSize: Number("long"), // required
|
|
3496
|
+
* PageNumber: Number("long"), // required
|
|
3497
|
+
* },
|
|
3498
|
+
* },
|
|
3499
|
+
* BoxPlotOptions: { // BoxPlotOptions
|
|
3500
|
+
* StyleOptions: { // BoxPlotStyleOptions
|
|
3501
|
+
* FillStyle: "SOLID" || "TRANSPARENT",
|
|
3502
|
+
* },
|
|
3503
|
+
* OutlierVisibility: "HIDDEN" || "VISIBLE",
|
|
3504
|
+
* AllDataPointsVisibility: "HIDDEN" || "VISIBLE",
|
|
3505
|
+
* },
|
|
3506
|
+
* CategoryAxis: "<AxisDisplayOptions>",
|
|
3507
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
3508
|
+
* PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
3509
|
+
* PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
3510
|
+
* Legend: "<LegendOptions>",
|
|
3511
|
+
* Tooltip: "<TooltipOptions>",
|
|
3512
|
+
* ReferenceLines: [
|
|
3513
|
+
* {
|
|
3514
|
+
* Status: "ENABLED" || "DISABLED",
|
|
3515
|
+
* DataConfiguration: {
|
|
3516
|
+
* StaticConfiguration: {
|
|
3517
|
+
* Value: Number("double"), // required
|
|
3518
|
+
* },
|
|
3519
|
+
* DynamicConfiguration: {
|
|
3520
|
+
* Column: "<ColumnIdentifier>", // required
|
|
3521
|
+
* MeasureAggregationFunction: "<AggregationFunction>", // required
|
|
3522
|
+
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3523
|
+
* },
|
|
3524
|
+
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3525
|
+
* },
|
|
3526
|
+
* StyleConfiguration: {
|
|
3527
|
+
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
3528
|
+
* Color: "STRING_VALUE",
|
|
3529
|
+
* },
|
|
3530
|
+
* LabelConfiguration: {
|
|
3531
|
+
* ValueLabelConfiguration: {
|
|
3532
|
+
* RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
|
|
3533
|
+
* FormatConfiguration: "<NumericFormatConfiguration>",
|
|
3534
|
+
* },
|
|
3535
|
+
* CustomLabelConfiguration: {
|
|
3536
|
+
* CustomLabel: "STRING_VALUE", // required
|
|
3537
|
+
* },
|
|
3538
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
3539
|
+
* FontColor: "STRING_VALUE",
|
|
3540
|
+
* HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
|
|
3541
|
+
* VerticalPosition: "ABOVE" || "BELOW",
|
|
3542
|
+
* },
|
|
3543
|
+
* },
|
|
3544
|
+
* ],
|
|
3545
|
+
* VisualPalette: "<VisualPalette>",
|
|
3546
|
+
* },
|
|
3547
|
+
* Actions: "<VisualCustomActionList>",
|
|
3548
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3549
|
+
* },
|
|
3550
|
+
* WaterfallVisual: { // WaterfallVisual
|
|
3551
|
+
* VisualId: "STRING_VALUE", // required
|
|
3552
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3553
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3554
|
+
* ChartConfiguration: { // WaterfallChartConfiguration
|
|
3555
|
+
* FieldWells: { // WaterfallChartFieldWells
|
|
3556
|
+
* WaterfallChartAggregatedFieldWells: { // WaterfallChartAggregatedFieldWells
|
|
3557
|
+
* Categories: "<DimensionFieldList>",
|
|
3558
|
+
* Values: "<MeasureFieldList>",
|
|
3559
|
+
* Breakdowns: "<DimensionFieldList>",
|
|
3560
|
+
* },
|
|
3561
|
+
* },
|
|
3562
|
+
* SortConfiguration: { // WaterfallChartSortConfiguration
|
|
3563
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
3564
|
+
* BreakdownItemsLimit: "<ItemsLimitConfiguration>",
|
|
3565
|
+
* },
|
|
3566
|
+
* WaterfallChartOptions: { // WaterfallChartOptions
|
|
3567
|
+
* TotalBarLabel: "STRING_VALUE",
|
|
3568
|
+
* },
|
|
3569
|
+
* CategoryAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
3570
|
+
* CategoryAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
3571
|
+
* PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
3572
|
+
* PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
3573
|
+
* Legend: "<LegendOptions>",
|
|
3574
|
+
* DataLabels: "<DataLabelOptions>",
|
|
3575
|
+
* VisualPalette: "<VisualPalette>",
|
|
3576
|
+
* },
|
|
3577
|
+
* Actions: "<VisualCustomActionList>",
|
|
3578
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3579
|
+
* },
|
|
3580
|
+
* HistogramVisual: { // HistogramVisual
|
|
3581
|
+
* VisualId: "STRING_VALUE", // required
|
|
3582
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3583
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3584
|
+
* ChartConfiguration: { // HistogramConfiguration
|
|
3585
|
+
* FieldWells: { // HistogramFieldWells
|
|
3586
|
+
* HistogramAggregatedFieldWells: { // HistogramAggregatedFieldWells
|
|
3587
|
+
* Values: [ // HistogramMeasureFieldList
|
|
3588
|
+
* "<MeasureField>",
|
|
3589
|
+
* ],
|
|
3590
|
+
* },
|
|
3591
|
+
* },
|
|
3592
|
+
* XAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
3593
|
+
* XAxisLabelOptions: "<ChartAxisLabelOptions>",
|
|
3594
|
+
* YAxisDisplayOptions: "<AxisDisplayOptions>",
|
|
3595
|
+
* BinOptions: { // HistogramBinOptions
|
|
3596
|
+
* SelectedBinType: "BIN_COUNT" || "BIN_WIDTH",
|
|
3597
|
+
* BinCount: { // BinCountOptions
|
|
3598
|
+
* Value: Number("int"),
|
|
3599
|
+
* },
|
|
3600
|
+
* BinWidth: { // BinWidthOptions
|
|
3601
|
+
* Value: Number("double"),
|
|
3602
|
+
* BinCountLimit: Number("long"),
|
|
3603
|
+
* },
|
|
3604
|
+
* StartValue: Number("double"),
|
|
3605
|
+
* },
|
|
3606
|
+
* DataLabels: "<DataLabelOptions>",
|
|
3607
|
+
* Tooltip: "<TooltipOptions>",
|
|
3608
|
+
* VisualPalette: "<VisualPalette>",
|
|
3609
|
+
* },
|
|
3610
|
+
* Actions: "<VisualCustomActionList>",
|
|
3611
|
+
* },
|
|
3612
|
+
* WordCloudVisual: { // WordCloudVisual
|
|
3613
|
+
* VisualId: "STRING_VALUE", // required
|
|
3614
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3615
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3616
|
+
* ChartConfiguration: { // WordCloudChartConfiguration
|
|
3617
|
+
* FieldWells: { // WordCloudFieldWells
|
|
3618
|
+
* WordCloudAggregatedFieldWells: { // WordCloudAggregatedFieldWells
|
|
3619
|
+
* GroupBy: [ // WordCloudDimensionFieldList
|
|
3620
|
+
* "<DimensionField>",
|
|
3621
|
+
* ],
|
|
3622
|
+
* Size: [ // WordCloudMeasureFieldList
|
|
3623
|
+
* "<MeasureField>",
|
|
3624
|
+
* ],
|
|
3625
|
+
* },
|
|
3626
|
+
* },
|
|
3627
|
+
* SortConfiguration: { // WordCloudSortConfiguration
|
|
3628
|
+
* CategoryItemsLimit: "<ItemsLimitConfiguration>",
|
|
3629
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
3630
|
+
* },
|
|
3631
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
3632
|
+
* WordCloudOptions: { // WordCloudOptions
|
|
3633
|
+
* WordOrientation: "HORIZONTAL" || "HORIZONTAL_AND_VERTICAL",
|
|
3634
|
+
* WordScaling: "EMPHASIZE" || "NORMAL",
|
|
3635
|
+
* CloudLayout: "FLUID" || "NORMAL",
|
|
3636
|
+
* WordCasing: "LOWER_CASE" || "EXISTING_CASE",
|
|
3637
|
+
* WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
|
|
3638
|
+
* MaximumStringLength: Number("int"),
|
|
3639
|
+
* },
|
|
3640
|
+
* },
|
|
3641
|
+
* Actions: "<VisualCustomActionList>",
|
|
3642
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3643
|
+
* },
|
|
3644
|
+
* InsightVisual: { // InsightVisual
|
|
3645
|
+
* VisualId: "STRING_VALUE", // required
|
|
3646
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3647
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3648
|
+
* InsightConfiguration: { // InsightConfiguration
|
|
3649
|
+
* Computations: [ // ComputationList
|
|
3650
|
+
* { // Computation
|
|
3651
|
+
* TopBottomRanked: { // TopBottomRankedComputation
|
|
3652
|
+
* ComputationId: "STRING_VALUE", // required
|
|
3653
|
+
* Name: "STRING_VALUE",
|
|
3654
|
+
* Category: "<DimensionField>", // required
|
|
3655
|
+
* Value: "<MeasureField>",
|
|
3656
|
+
* ResultSize: Number("int"),
|
|
3657
|
+
* Type: "TOP" || "BOTTOM", // required
|
|
3658
|
+
* },
|
|
3659
|
+
* TopBottomMovers: { // TopBottomMoversComputation
|
|
3660
|
+
* ComputationId: "STRING_VALUE", // required
|
|
3661
|
+
* Name: "STRING_VALUE",
|
|
3662
|
+
* Time: "<DimensionField>", // required
|
|
3663
|
+
* Category: "<DimensionField>", // required
|
|
3664
|
+
* Value: "<MeasureField>",
|
|
3665
|
+
* MoverSize: Number("int"),
|
|
3666
|
+
* SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
|
|
3667
|
+
* Type: "TOP" || "BOTTOM", // required
|
|
3668
|
+
* },
|
|
3669
|
+
* TotalAggregation: { // TotalAggregationComputation
|
|
3670
|
+
* ComputationId: "STRING_VALUE", // required
|
|
3671
|
+
* Name: "STRING_VALUE",
|
|
3672
|
+
* Value: "<MeasureField>", // required
|
|
3673
|
+
* },
|
|
3674
|
+
* MaximumMinimum: { // MaximumMinimumComputation
|
|
3675
|
+
* ComputationId: "STRING_VALUE", // required
|
|
3676
|
+
* Name: "STRING_VALUE",
|
|
3677
|
+
* Time: "<DimensionField>", // required
|
|
3678
|
+
* Value: "<MeasureField>",
|
|
3679
|
+
* Type: "MAXIMUM" || "MINIMUM", // required
|
|
3680
|
+
* },
|
|
3681
|
+
* MetricComparison: { // MetricComparisonComputation
|
|
3682
|
+
* ComputationId: "STRING_VALUE", // required
|
|
3683
|
+
* Name: "STRING_VALUE",
|
|
3684
|
+
* Time: "<DimensionField>", // required
|
|
3685
|
+
* FromValue: "<MeasureField>", // required
|
|
3686
|
+
* TargetValue: "<MeasureField>", // required
|
|
3687
|
+
* },
|
|
3688
|
+
* PeriodOverPeriod: { // PeriodOverPeriodComputation
|
|
3689
|
+
* ComputationId: "STRING_VALUE", // required
|
|
3690
|
+
* Name: "STRING_VALUE",
|
|
3691
|
+
* Time: "<DimensionField>", // required
|
|
3692
|
+
* Value: "<MeasureField>",
|
|
3693
|
+
* },
|
|
3694
|
+
* PeriodToDate: { // PeriodToDateComputation
|
|
3695
|
+
* ComputationId: "STRING_VALUE", // required
|
|
3696
|
+
* Name: "STRING_VALUE",
|
|
3697
|
+
* Time: "<DimensionField>", // required
|
|
3698
|
+
* Value: "<MeasureField>",
|
|
3699
|
+
* PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
3700
|
+
* },
|
|
3701
|
+
* GrowthRate: { // GrowthRateComputation
|
|
3702
|
+
* ComputationId: "STRING_VALUE", // required
|
|
3703
|
+
* Name: "STRING_VALUE",
|
|
3704
|
+
* Time: "<DimensionField>", // required
|
|
3705
|
+
* Value: "<MeasureField>",
|
|
3706
|
+
* PeriodSize: Number("int"),
|
|
3707
|
+
* },
|
|
3708
|
+
* UniqueValues: { // UniqueValuesComputation
|
|
3709
|
+
* ComputationId: "STRING_VALUE", // required
|
|
3710
|
+
* Name: "STRING_VALUE",
|
|
3711
|
+
* Category: "<DimensionField>", // required
|
|
3712
|
+
* },
|
|
3713
|
+
* Forecast: { // ForecastComputation
|
|
3714
|
+
* ComputationId: "STRING_VALUE", // required
|
|
3715
|
+
* Name: "STRING_VALUE",
|
|
3716
|
+
* Time: "<DimensionField>", // required
|
|
3717
|
+
* Value: "<MeasureField>",
|
|
3718
|
+
* PeriodsForward: Number("int"),
|
|
3719
|
+
* PeriodsBackward: Number("int"),
|
|
3720
|
+
* UpperBoundary: Number("double"),
|
|
3721
|
+
* LowerBoundary: Number("double"),
|
|
3722
|
+
* PredictionInterval: Number("int"),
|
|
3723
|
+
* Seasonality: "AUTOMATIC" || "CUSTOM",
|
|
3724
|
+
* CustomSeasonalityValue: Number("int"),
|
|
3725
|
+
* },
|
|
3726
|
+
* },
|
|
3727
|
+
* ],
|
|
3728
|
+
* CustomNarrative: { // CustomNarrativeOptions
|
|
3729
|
+
* Narrative: "STRING_VALUE", // required
|
|
3730
|
+
* },
|
|
3731
|
+
* },
|
|
3732
|
+
* Actions: "<VisualCustomActionList>",
|
|
3733
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
3734
|
+
* },
|
|
3735
|
+
* SankeyDiagramVisual: { // SankeyDiagramVisual
|
|
3736
|
+
* VisualId: "STRING_VALUE", // required
|
|
3737
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3738
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3739
|
+
* ChartConfiguration: { // SankeyDiagramChartConfiguration
|
|
3740
|
+
* FieldWells: { // SankeyDiagramFieldWells
|
|
3741
|
+
* SankeyDiagramAggregatedFieldWells: { // SankeyDiagramAggregatedFieldWells
|
|
3742
|
+
* Source: "<DimensionFieldList>",
|
|
3743
|
+
* Destination: "<DimensionFieldList>",
|
|
3744
|
+
* Weight: "<MeasureFieldList>",
|
|
3745
|
+
* },
|
|
3746
|
+
* },
|
|
3747
|
+
* SortConfiguration: { // SankeyDiagramSortConfiguration
|
|
3748
|
+
* WeightSort: "<FieldSortOptionsList>",
|
|
3749
|
+
* SourceItemsLimit: "<ItemsLimitConfiguration>",
|
|
3750
|
+
* DestinationItemsLimit: "<ItemsLimitConfiguration>",
|
|
3751
|
+
* },
|
|
3752
|
+
* DataLabels: "<DataLabelOptions>",
|
|
3753
|
+
* },
|
|
3754
|
+
* Actions: "<VisualCustomActionList>",
|
|
3755
|
+
* },
|
|
3756
|
+
* CustomContentVisual: { // CustomContentVisual
|
|
3757
|
+
* VisualId: "STRING_VALUE", // required
|
|
3758
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3759
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3760
|
+
* ChartConfiguration: { // CustomContentConfiguration
|
|
3761
|
+
* ContentUrl: "STRING_VALUE",
|
|
3762
|
+
* ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
|
|
3763
|
+
* ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
|
|
3764
|
+
* },
|
|
3765
|
+
* Actions: "<VisualCustomActionList>",
|
|
3766
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
3767
|
+
* },
|
|
3768
|
+
* EmptyVisual: { // EmptyVisual
|
|
3769
|
+
* VisualId: "STRING_VALUE", // required
|
|
3770
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
3771
|
+
* Actions: "<VisualCustomActionList>",
|
|
3772
|
+
* },
|
|
3773
|
+
* RadarChartVisual: { // RadarChartVisual
|
|
3774
|
+
* VisualId: "STRING_VALUE", // required
|
|
3775
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3776
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3777
|
+
* ChartConfiguration: { // RadarChartConfiguration
|
|
3778
|
+
* FieldWells: { // RadarChartFieldWells
|
|
3779
|
+
* RadarChartAggregatedFieldWells: { // RadarChartAggregatedFieldWells
|
|
3780
|
+
* Category: [ // RadarChartCategoryFieldList
|
|
3781
|
+
* "<DimensionField>",
|
|
3782
|
+
* ],
|
|
3783
|
+
* Color: [ // RadarChartColorFieldList
|
|
3784
|
+
* "<DimensionField>",
|
|
3785
|
+
* ],
|
|
3786
|
+
* Values: [ // RadarChartValuesFieldList
|
|
3787
|
+
* "<MeasureField>",
|
|
3788
|
+
* ],
|
|
3789
|
+
* },
|
|
3790
|
+
* },
|
|
3791
|
+
* SortConfiguration: { // RadarChartSortConfiguration
|
|
3792
|
+
* CategorySort: "<FieldSortOptionsList>",
|
|
3793
|
+
* CategoryItemsLimit: "<ItemsLimitConfiguration>",
|
|
3794
|
+
* ColorSort: "<FieldSortOptionsList>",
|
|
3795
|
+
* ColorItemsLimit: "<ItemsLimitConfiguration>",
|
|
3796
|
+
* },
|
|
3797
|
+
* Shape: "CIRCLE" || "POLYGON",
|
|
3798
|
+
* BaseSeriesSettings: { // RadarChartSeriesSettings
|
|
3799
|
+
* AreaStyleSettings: { // RadarChartAreaStyleSettings
|
|
3800
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3801
|
+
* },
|
|
3802
|
+
* },
|
|
3803
|
+
* StartAngle: Number("double"),
|
|
3804
|
+
* VisualPalette: "<VisualPalette>",
|
|
3805
|
+
* AlternateBandColorsVisibility: "HIDDEN" || "VISIBLE",
|
|
3806
|
+
* AlternateBandEvenColor: "STRING_VALUE",
|
|
3807
|
+
* AlternateBandOddColor: "STRING_VALUE",
|
|
3808
|
+
* CategoryAxis: "<AxisDisplayOptions>",
|
|
3809
|
+
* CategoryLabelOptions: "<ChartAxisLabelOptions>",
|
|
3810
|
+
* ColorAxis: "<AxisDisplayOptions>",
|
|
3811
|
+
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3812
|
+
* Legend: "<LegendOptions>",
|
|
3813
|
+
* },
|
|
3814
|
+
* Actions: "<VisualCustomActionList>",
|
|
3815
|
+
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3816
|
+
* },
|
|
3817
|
+
* },
|
|
3818
|
+
* ],
|
|
3819
|
+
* TextBoxes: [ // SheetTextBoxList
|
|
3820
|
+
* { // SheetTextBox
|
|
3821
|
+
* SheetTextBoxId: "STRING_VALUE", // required
|
|
3822
|
+
* Content: "STRING_VALUE",
|
|
3823
|
+
* },
|
|
3824
|
+
* ],
|
|
3825
|
+
* Layouts: [ // LayoutList
|
|
3826
|
+
* { // Layout
|
|
3827
|
+
* Configuration: { // LayoutConfiguration
|
|
3828
|
+
* GridLayout: { // GridLayoutConfiguration
|
|
3829
|
+
* Elements: [ // GridLayoutElementList // required
|
|
3830
|
+
* { // GridLayoutElement
|
|
3831
|
+
* ElementId: "STRING_VALUE", // required
|
|
3832
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
3833
|
+
* ColumnIndex: Number("int"),
|
|
3834
|
+
* ColumnSpan: Number("int"), // required
|
|
3835
|
+
* RowIndex: Number("int"),
|
|
3836
|
+
* RowSpan: Number("int"), // required
|
|
3837
|
+
* },
|
|
3838
|
+
* ],
|
|
3839
|
+
* CanvasSizeOptions: { // GridLayoutCanvasSizeOptions
|
|
3840
|
+
* ScreenCanvasSizeOptions: { // GridLayoutScreenCanvasSizeOptions
|
|
3841
|
+
* ResizeOption: "FIXED" || "RESPONSIVE", // required
|
|
3842
|
+
* OptimizedViewPortWidth: "STRING_VALUE",
|
|
3843
|
+
* },
|
|
3844
|
+
* },
|
|
3845
|
+
* },
|
|
3846
|
+
* FreeFormLayout: { // FreeFormLayoutConfiguration
|
|
3847
|
+
* Elements: [ // FreeFromLayoutElementList // required
|
|
3848
|
+
* { // FreeFormLayoutElement
|
|
3849
|
+
* ElementId: "STRING_VALUE", // required
|
|
3850
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
3851
|
+
* XAxisLocation: "STRING_VALUE", // required
|
|
3852
|
+
* YAxisLocation: "STRING_VALUE", // required
|
|
3853
|
+
* Width: "STRING_VALUE", // required
|
|
3854
|
+
* Height: "STRING_VALUE", // required
|
|
3855
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3856
|
+
* RenderingRules: [ // SheetElementRenderingRuleList
|
|
3857
|
+
* { // SheetElementRenderingRule
|
|
3858
|
+
* Expression: "STRING_VALUE", // required
|
|
3859
|
+
* ConfigurationOverrides: { // SheetElementConfigurationOverrides
|
|
3860
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3861
|
+
* },
|
|
3862
|
+
* },
|
|
3863
|
+
* ],
|
|
3864
|
+
* BorderStyle: { // FreeFormLayoutElementBorderStyle
|
|
3865
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3866
|
+
* Color: "STRING_VALUE",
|
|
3867
|
+
* },
|
|
3868
|
+
* SelectedBorderStyle: {
|
|
3869
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3870
|
+
* Color: "STRING_VALUE",
|
|
3871
|
+
* },
|
|
3872
|
+
* BackgroundStyle: { // FreeFormLayoutElementBackgroundStyle
|
|
3873
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3874
|
+
* Color: "STRING_VALUE",
|
|
3875
|
+
* },
|
|
3876
|
+
* LoadingAnimation: { // LoadingAnimation
|
|
3877
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3878
|
+
* },
|
|
3879
|
+
* },
|
|
3880
|
+
* ],
|
|
3881
|
+
* CanvasSizeOptions: { // FreeFormLayoutCanvasSizeOptions
|
|
3882
|
+
* ScreenCanvasSizeOptions: { // FreeFormLayoutScreenCanvasSizeOptions
|
|
3883
|
+
* OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
3884
|
+
* },
|
|
3885
|
+
* },
|
|
3886
|
+
* },
|
|
3887
|
+
* SectionBasedLayout: { // SectionBasedLayoutConfiguration
|
|
3888
|
+
* HeaderSections: [ // HeaderFooterSectionConfigurationList // required
|
|
3889
|
+
* { // HeaderFooterSectionConfiguration
|
|
3890
|
+
* SectionId: "STRING_VALUE", // required
|
|
3891
|
+
* Layout: { // SectionLayoutConfiguration
|
|
3892
|
+
* FreeFormLayout: { // FreeFormSectionLayoutConfiguration
|
|
3893
|
+
* Elements: [ // required
|
|
3894
|
+
* {
|
|
3895
|
+
* ElementId: "STRING_VALUE", // required
|
|
3896
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
3897
|
+
* XAxisLocation: "STRING_VALUE", // required
|
|
3898
|
+
* YAxisLocation: "STRING_VALUE", // required
|
|
3899
|
+
* Width: "STRING_VALUE", // required
|
|
3900
|
+
* Height: "STRING_VALUE", // required
|
|
3901
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3902
|
+
* RenderingRules: [
|
|
3903
|
+
* {
|
|
3904
|
+
* Expression: "STRING_VALUE", // required
|
|
3905
|
+
* ConfigurationOverrides: {
|
|
3906
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3907
|
+
* },
|
|
3908
|
+
* },
|
|
3909
|
+
* ],
|
|
3910
|
+
* BorderStyle: {
|
|
3911
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3912
|
+
* Color: "STRING_VALUE",
|
|
3913
|
+
* },
|
|
3914
|
+
* SelectedBorderStyle: {
|
|
3915
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3916
|
+
* Color: "STRING_VALUE",
|
|
3917
|
+
* },
|
|
3918
|
+
* BackgroundStyle: {
|
|
3919
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3920
|
+
* Color: "STRING_VALUE",
|
|
3921
|
+
* },
|
|
3922
|
+
* LoadingAnimation: {
|
|
3923
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3924
|
+
* },
|
|
3925
|
+
* },
|
|
3926
|
+
* ],
|
|
3927
|
+
* },
|
|
3928
|
+
* },
|
|
3929
|
+
* Style: { // SectionStyle
|
|
3930
|
+
* Height: "STRING_VALUE",
|
|
3931
|
+
* Padding: { // Spacing
|
|
3932
|
+
* Top: "STRING_VALUE",
|
|
3933
|
+
* Bottom: "STRING_VALUE",
|
|
3934
|
+
* Left: "STRING_VALUE",
|
|
3935
|
+
* Right: "STRING_VALUE",
|
|
3936
|
+
* },
|
|
3937
|
+
* },
|
|
3938
|
+
* },
|
|
3939
|
+
* ],
|
|
3940
|
+
* BodySections: [ // BodySectionConfigurationList // required
|
|
3941
|
+
* { // BodySectionConfiguration
|
|
3942
|
+
* SectionId: "STRING_VALUE", // required
|
|
3943
|
+
* Content: { // BodySectionContent
|
|
3944
|
+
* Layout: {
|
|
3945
|
+
* FreeFormLayout: {
|
|
3946
|
+
* Elements: "<FreeFromLayoutElementList>", // required
|
|
3947
|
+
* },
|
|
3948
|
+
* },
|
|
3949
|
+
* },
|
|
3950
|
+
* Style: {
|
|
3951
|
+
* Height: "STRING_VALUE",
|
|
3952
|
+
* Padding: {
|
|
3953
|
+
* Top: "STRING_VALUE",
|
|
3954
|
+
* Bottom: "STRING_VALUE",
|
|
3955
|
+
* Left: "STRING_VALUE",
|
|
3956
|
+
* Right: "STRING_VALUE",
|
|
3957
|
+
* },
|
|
3958
|
+
* },
|
|
3959
|
+
* PageBreakConfiguration: { // SectionPageBreakConfiguration
|
|
3960
|
+
* After: { // SectionAfterPageBreak
|
|
3961
|
+
* Status: "ENABLED" || "DISABLED",
|
|
3962
|
+
* },
|
|
3963
|
+
* },
|
|
3964
|
+
* },
|
|
3965
|
+
* ],
|
|
3966
|
+
* FooterSections: [ // required
|
|
3967
|
+
* {
|
|
3968
|
+
* SectionId: "STRING_VALUE", // required
|
|
3969
|
+
* Layout: {
|
|
3970
|
+
* FreeFormLayout: {
|
|
3971
|
+
* Elements: "<FreeFromLayoutElementList>", // required
|
|
3972
|
+
* },
|
|
3973
|
+
* },
|
|
3974
|
+
* Style: {
|
|
3975
|
+
* Height: "STRING_VALUE",
|
|
3976
|
+
* Padding: {
|
|
3977
|
+
* Top: "STRING_VALUE",
|
|
3978
|
+
* Bottom: "STRING_VALUE",
|
|
3979
|
+
* Left: "STRING_VALUE",
|
|
3980
|
+
* Right: "STRING_VALUE",
|
|
3981
|
+
* },
|
|
3982
|
+
* },
|
|
3983
|
+
* },
|
|
3984
|
+
* ],
|
|
3985
|
+
* CanvasSizeOptions: { // SectionBasedLayoutCanvasSizeOptions
|
|
3986
|
+
* PaperCanvasSizeOptions: { // SectionBasedLayoutPaperCanvasSizeOptions
|
|
3987
|
+
* PaperSize: "US_LETTER" || "US_LEGAL" || "US_TABLOID_LEDGER" || "A0" || "A1" || "A2" || "A3" || "A4" || "A5" || "JIS_B4" || "JIS_B5",
|
|
3988
|
+
* PaperOrientation: "PORTRAIT" || "LANDSCAPE",
|
|
3989
|
+
* PaperMargin: {
|
|
3990
|
+
* Top: "STRING_VALUE",
|
|
3991
|
+
* Bottom: "STRING_VALUE",
|
|
3992
|
+
* Left: "STRING_VALUE",
|
|
3993
|
+
* Right: "STRING_VALUE",
|
|
3994
|
+
* },
|
|
3995
|
+
* },
|
|
3996
|
+
* },
|
|
3997
|
+
* },
|
|
3998
|
+
* },
|
|
3999
|
+
* },
|
|
4000
|
+
* ],
|
|
4001
|
+
* SheetControlLayouts: [ // SheetControlLayoutList
|
|
4002
|
+
* { // SheetControlLayout
|
|
4003
|
+
* Configuration: { // SheetControlLayoutConfiguration
|
|
4004
|
+
* GridLayout: {
|
|
4005
|
+
* Elements: [ // required
|
|
4006
|
+
* {
|
|
4007
|
+
* ElementId: "STRING_VALUE", // required
|
|
4008
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4009
|
+
* ColumnIndex: Number("int"),
|
|
4010
|
+
* ColumnSpan: Number("int"), // required
|
|
4011
|
+
* RowIndex: Number("int"),
|
|
4012
|
+
* RowSpan: Number("int"), // required
|
|
4013
|
+
* },
|
|
4014
|
+
* ],
|
|
4015
|
+
* CanvasSizeOptions: {
|
|
4016
|
+
* ScreenCanvasSizeOptions: {
|
|
4017
|
+
* ResizeOption: "FIXED" || "RESPONSIVE", // required
|
|
4018
|
+
* OptimizedViewPortWidth: "STRING_VALUE",
|
|
4019
|
+
* },
|
|
4020
|
+
* },
|
|
4021
|
+
* },
|
|
4022
|
+
* },
|
|
4023
|
+
* },
|
|
4024
|
+
* ],
|
|
4025
|
+
* ContentType: "PAGINATED" || "INTERACTIVE",
|
|
4026
|
+
* },
|
|
4027
|
+
* ],
|
|
4028
|
+
* CalculatedFields: [ // CalculatedFields
|
|
4029
|
+
* { // CalculatedField
|
|
4030
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4031
|
+
* Name: "STRING_VALUE", // required
|
|
4032
|
+
* Expression: "STRING_VALUE", // required
|
|
4033
|
+
* },
|
|
4034
|
+
* ],
|
|
4035
|
+
* ParameterDeclarations: [ // ParameterDeclarationList
|
|
4036
|
+
* { // ParameterDeclaration
|
|
4037
|
+
* StringParameterDeclaration: { // StringParameterDeclaration
|
|
4038
|
+
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
4039
|
+
* Name: "STRING_VALUE", // required
|
|
4040
|
+
* DefaultValues: { // StringDefaultValues
|
|
4041
|
+
* DynamicValue: { // DynamicDefaultValue
|
|
4042
|
+
* UserNameColumn: "<ColumnIdentifier>",
|
|
4043
|
+
* GroupNameColumn: "<ColumnIdentifier>",
|
|
4044
|
+
* DefaultValueColumn: "<ColumnIdentifier>", // required
|
|
4045
|
+
* },
|
|
4046
|
+
* StaticValues: "<StringDefaultValueList>",
|
|
4047
|
+
* },
|
|
4048
|
+
* ValueWhenUnset: { // StringValueWhenUnsetConfiguration
|
|
4049
|
+
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4050
|
+
* CustomValue: "STRING_VALUE",
|
|
4051
|
+
* },
|
|
4052
|
+
* },
|
|
4053
|
+
* DecimalParameterDeclaration: { // DecimalParameterDeclaration
|
|
4054
|
+
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
4055
|
+
* Name: "STRING_VALUE", // required
|
|
4056
|
+
* DefaultValues: { // DecimalDefaultValues
|
|
4057
|
+
* DynamicValue: {
|
|
4058
|
+
* UserNameColumn: "<ColumnIdentifier>",
|
|
4059
|
+
* GroupNameColumn: "<ColumnIdentifier>",
|
|
4060
|
+
* DefaultValueColumn: "<ColumnIdentifier>", // required
|
|
4061
|
+
* },
|
|
4062
|
+
* StaticValues: "<DecimalDefaultValueList>",
|
|
4063
|
+
* },
|
|
4064
|
+
* ValueWhenUnset: { // DecimalValueWhenUnsetConfiguration
|
|
4065
|
+
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4066
|
+
* CustomValue: Number("double"),
|
|
4067
|
+
* },
|
|
4068
|
+
* },
|
|
4069
|
+
* IntegerParameterDeclaration: { // IntegerParameterDeclaration
|
|
4070
|
+
* ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
|
|
4071
|
+
* Name: "STRING_VALUE", // required
|
|
4072
|
+
* DefaultValues: { // IntegerDefaultValues
|
|
4073
|
+
* DynamicValue: {
|
|
4074
|
+
* UserNameColumn: "<ColumnIdentifier>",
|
|
4075
|
+
* GroupNameColumn: "<ColumnIdentifier>",
|
|
4076
|
+
* DefaultValueColumn: "<ColumnIdentifier>", // required
|
|
4077
|
+
* },
|
|
4078
|
+
* StaticValues: "<IntegerDefaultValueList>",
|
|
4079
|
+
* },
|
|
4080
|
+
* ValueWhenUnset: { // IntegerValueWhenUnsetConfiguration
|
|
4081
|
+
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4082
|
+
* CustomValue: Number("long"),
|
|
4083
|
+
* },
|
|
4084
|
+
* },
|
|
4085
|
+
* DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
|
|
4086
|
+
* Name: "STRING_VALUE", // required
|
|
4087
|
+
* DefaultValues: { // DateTimeDefaultValues
|
|
4088
|
+
* DynamicValue: {
|
|
4089
|
+
* UserNameColumn: "<ColumnIdentifier>",
|
|
4090
|
+
* GroupNameColumn: "<ColumnIdentifier>",
|
|
4091
|
+
* DefaultValueColumn: "<ColumnIdentifier>", // required
|
|
4092
|
+
* },
|
|
4093
|
+
* StaticValues: "<DateTimeDefaultValueList>",
|
|
4094
|
+
* RollingDate: { // RollingDateConfiguration
|
|
4095
|
+
* DataSetIdentifier: "STRING_VALUE",
|
|
4096
|
+
* Expression: "STRING_VALUE", // required
|
|
4097
|
+
* },
|
|
4098
|
+
* },
|
|
4099
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
4100
|
+
* ValueWhenUnset: { // DateTimeValueWhenUnsetConfiguration
|
|
4101
|
+
* ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
|
|
4102
|
+
* CustomValue: new Date("TIMESTAMP"),
|
|
4103
|
+
* },
|
|
4104
|
+
* },
|
|
4105
|
+
* },
|
|
4106
|
+
* ],
|
|
4107
|
+
* FilterGroups: [ // FilterGroupList
|
|
4108
|
+
* { // FilterGroup
|
|
4109
|
+
* FilterGroupId: "STRING_VALUE", // required
|
|
4110
|
+
* Filters: [ // FilterList // required
|
|
4111
|
+
* { // Filter
|
|
4112
|
+
* CategoryFilter: { // CategoryFilter
|
|
4113
|
+
* FilterId: "STRING_VALUE", // required
|
|
4114
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4115
|
+
* Configuration: { // CategoryFilterConfiguration
|
|
4116
|
+
* FilterListConfiguration: { // FilterListConfiguration
|
|
4117
|
+
* MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
4118
|
+
* CategoryValues: "<CategoryValueList>",
|
|
4119
|
+
* SelectAllOptions: "FILTER_ALL_VALUES",
|
|
4120
|
+
* },
|
|
4121
|
+
* CustomFilterListConfiguration: { // CustomFilterListConfiguration
|
|
4122
|
+
* MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
4123
|
+
* CategoryValues: "<CategoryValueList>",
|
|
4124
|
+
* SelectAllOptions: "FILTER_ALL_VALUES",
|
|
4125
|
+
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
4126
|
+
* },
|
|
4127
|
+
* CustomFilterConfiguration: { // CustomFilterConfiguration
|
|
4128
|
+
* MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
|
|
4129
|
+
* CategoryValue: "STRING_VALUE",
|
|
4130
|
+
* SelectAllOptions: "FILTER_ALL_VALUES",
|
|
4131
|
+
* ParameterName: "STRING_VALUE",
|
|
4132
|
+
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
4133
|
+
* },
|
|
4134
|
+
* },
|
|
4135
|
+
* },
|
|
4136
|
+
* NumericRangeFilter: { // NumericRangeFilter
|
|
4137
|
+
* FilterId: "STRING_VALUE", // required
|
|
4138
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4139
|
+
* IncludeMinimum: true || false,
|
|
4140
|
+
* IncludeMaximum: true || false,
|
|
4141
|
+
* RangeMinimum: { // NumericRangeFilterValue
|
|
4142
|
+
* StaticValue: Number("double"),
|
|
4143
|
+
* Parameter: "STRING_VALUE",
|
|
4144
|
+
* },
|
|
4145
|
+
* RangeMaximum: {
|
|
4146
|
+
* StaticValue: Number("double"),
|
|
4147
|
+
* Parameter: "STRING_VALUE",
|
|
4148
|
+
* },
|
|
4149
|
+
* SelectAllOptions: "FILTER_ALL_VALUES",
|
|
4150
|
+
* AggregationFunction: "<AggregationFunction>",
|
|
4151
|
+
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
4152
|
+
* },
|
|
4153
|
+
* NumericEqualityFilter: { // NumericEqualityFilter
|
|
4154
|
+
* FilterId: "STRING_VALUE", // required
|
|
4155
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4156
|
+
* Value: Number("double"),
|
|
4157
|
+
* SelectAllOptions: "FILTER_ALL_VALUES",
|
|
4158
|
+
* MatchOperator: "EQUALS" || "DOES_NOT_EQUAL", // required
|
|
4159
|
+
* AggregationFunction: "<AggregationFunction>",
|
|
4160
|
+
* ParameterName: "STRING_VALUE",
|
|
4161
|
+
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
4162
|
+
* },
|
|
4163
|
+
* TimeEqualityFilter: { // TimeEqualityFilter
|
|
4164
|
+
* FilterId: "STRING_VALUE", // required
|
|
4165
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4166
|
+
* Value: new Date("TIMESTAMP"),
|
|
4167
|
+
* ParameterName: "STRING_VALUE",
|
|
4168
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
4169
|
+
* },
|
|
4170
|
+
* TimeRangeFilter: { // TimeRangeFilter
|
|
4171
|
+
* FilterId: "STRING_VALUE", // required
|
|
4172
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4173
|
+
* IncludeMinimum: true || false,
|
|
4174
|
+
* IncludeMaximum: true || false,
|
|
4175
|
+
* RangeMinimumValue: { // TimeRangeFilterValue
|
|
4176
|
+
* StaticValue: new Date("TIMESTAMP"),
|
|
4177
|
+
* RollingDate: {
|
|
4178
|
+
* DataSetIdentifier: "STRING_VALUE",
|
|
4179
|
+
* Expression: "STRING_VALUE", // required
|
|
4180
|
+
* },
|
|
4181
|
+
* Parameter: "STRING_VALUE",
|
|
4182
|
+
* },
|
|
4183
|
+
* RangeMaximumValue: {
|
|
4184
|
+
* StaticValue: new Date("TIMESTAMP"),
|
|
4185
|
+
* RollingDate: {
|
|
4186
|
+
* DataSetIdentifier: "STRING_VALUE",
|
|
4187
|
+
* Expression: "STRING_VALUE", // required
|
|
4188
|
+
* },
|
|
4189
|
+
* Parameter: "STRING_VALUE",
|
|
4190
|
+
* },
|
|
4191
|
+
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
4192
|
+
* ExcludePeriodConfiguration: { // ExcludePeriodConfiguration
|
|
4193
|
+
* Amount: Number("int"), // required
|
|
4194
|
+
* Granularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
|
|
4195
|
+
* Status: "ENABLED" || "DISABLED",
|
|
4196
|
+
* },
|
|
4197
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
4198
|
+
* },
|
|
4199
|
+
* RelativeDatesFilter: { // RelativeDatesFilter
|
|
4200
|
+
* FilterId: "STRING_VALUE", // required
|
|
4201
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4202
|
+
* AnchorDateConfiguration: { // AnchorDateConfiguration
|
|
4203
|
+
* AnchorOption: "NOW",
|
|
4204
|
+
* ParameterName: "STRING_VALUE",
|
|
4205
|
+
* },
|
|
4206
|
+
* MinimumGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
4207
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
|
|
4208
|
+
* RelativeDateType: "PREVIOUS" || "THIS" || "LAST" || "NOW" || "NEXT", // required
|
|
4209
|
+
* RelativeDateValue: Number("int"),
|
|
4210
|
+
* ParameterName: "STRING_VALUE",
|
|
4211
|
+
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
4212
|
+
* ExcludePeriodConfiguration: {
|
|
4213
|
+
* Amount: Number("int"), // required
|
|
4214
|
+
* Granularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
|
|
4215
|
+
* Status: "ENABLED" || "DISABLED",
|
|
4216
|
+
* },
|
|
4217
|
+
* },
|
|
4218
|
+
* TopBottomFilter: { // TopBottomFilter
|
|
4219
|
+
* FilterId: "STRING_VALUE", // required
|
|
4220
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4221
|
+
* Limit: Number("int"),
|
|
4222
|
+
* AggregationSortConfigurations: [ // AggregationSortConfigurationList // required
|
|
4223
|
+
* { // AggregationSortConfiguration
|
|
4224
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4225
|
+
* SortDirection: "ASC" || "DESC", // required
|
|
4226
|
+
* AggregationFunction: "<AggregationFunction>", // required
|
|
4227
|
+
* },
|
|
4228
|
+
* ],
|
|
4229
|
+
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
4230
|
+
* ParameterName: "STRING_VALUE",
|
|
4231
|
+
* },
|
|
4232
|
+
* },
|
|
4233
|
+
* ],
|
|
4234
|
+
* ScopeConfiguration: { // FilterScopeConfiguration
|
|
4235
|
+
* SelectedSheets: { // SelectedSheetsFilterScopeConfiguration
|
|
4236
|
+
* SheetVisualScopingConfigurations: [ // SheetVisualScopingConfigurations
|
|
4237
|
+
* { // SheetVisualScopingConfiguration
|
|
4238
|
+
* SheetId: "STRING_VALUE", // required
|
|
4239
|
+
* Scope: "ALL_VISUALS" || "SELECTED_VISUALS", // required
|
|
4240
|
+
* VisualIds: [ // FilteredVisualsList
|
|
4241
|
+
* "STRING_VALUE",
|
|
4242
|
+
* ],
|
|
4243
|
+
* },
|
|
4244
|
+
* ],
|
|
4245
|
+
* },
|
|
4246
|
+
* },
|
|
4247
|
+
* Status: "ENABLED" || "DISABLED",
|
|
4248
|
+
* CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
|
|
4249
|
+
* },
|
|
4250
|
+
* ],
|
|
4251
|
+
* ColumnConfigurations: [ // ColumnConfigurationList
|
|
4252
|
+
* { // ColumnConfiguration
|
|
4253
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4254
|
+
* FormatConfiguration: {
|
|
4255
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
4256
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
4257
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4258
|
+
* },
|
|
4259
|
+
* Role: "DIMENSION" || "MEASURE",
|
|
4260
|
+
* },
|
|
4261
|
+
* ],
|
|
4262
|
+
* AnalysisDefaults: { // AnalysisDefaults
|
|
4263
|
+
* DefaultNewSheetConfiguration: { // DefaultNewSheetConfiguration
|
|
4264
|
+
* InteractiveLayoutConfiguration: { // DefaultInteractiveLayoutConfiguration
|
|
4265
|
+
* Grid: { // DefaultGridLayoutConfiguration
|
|
4266
|
+
* CanvasSizeOptions: {
|
|
4267
|
+
* ScreenCanvasSizeOptions: {
|
|
4268
|
+
* ResizeOption: "FIXED" || "RESPONSIVE", // required
|
|
4269
|
+
* OptimizedViewPortWidth: "STRING_VALUE",
|
|
4270
|
+
* },
|
|
4271
|
+
* },
|
|
4272
|
+
* },
|
|
4273
|
+
* FreeForm: { // DefaultFreeFormLayoutConfiguration
|
|
4274
|
+
* CanvasSizeOptions: {
|
|
4275
|
+
* ScreenCanvasSizeOptions: {
|
|
4276
|
+
* OptimizedViewPortWidth: "STRING_VALUE", // required
|
|
4277
|
+
* },
|
|
4278
|
+
* },
|
|
4279
|
+
* },
|
|
4280
|
+
* },
|
|
4281
|
+
* PaginatedLayoutConfiguration: { // DefaultPaginatedLayoutConfiguration
|
|
4282
|
+
* SectionBased: { // DefaultSectionBasedLayoutConfiguration
|
|
4283
|
+
* CanvasSizeOptions: {
|
|
4284
|
+
* PaperCanvasSizeOptions: {
|
|
4285
|
+
* PaperSize: "US_LETTER" || "US_LEGAL" || "US_TABLOID_LEDGER" || "A0" || "A1" || "A2" || "A3" || "A4" || "A5" || "JIS_B4" || "JIS_B5",
|
|
4286
|
+
* PaperOrientation: "PORTRAIT" || "LANDSCAPE",
|
|
4287
|
+
* PaperMargin: "<Spacing>",
|
|
4288
|
+
* },
|
|
4289
|
+
* },
|
|
4290
|
+
* },
|
|
4291
|
+
* },
|
|
4292
|
+
* SheetContentType: "PAGINATED" || "INTERACTIVE",
|
|
4293
|
+
* },
|
|
4294
|
+
* },
|
|
4295
|
+
* },
|
|
4296
|
+
* };
|
|
29
4297
|
* const command = new UpdateAnalysisCommand(input);
|
|
30
4298
|
* const response = await client.send(command);
|
|
31
4299
|
* ```
|