/AWS1/CL_QSTTMPLVERSIONDEFN¶
The detailed definition of a template.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_datasetconfigurations TYPE /AWS1/CL_QSTDATASETCONF=>TT_DATASETCONFIGURATIONLIST TT_DATASETCONFIGURATIONLIST¶
An array of dataset configurations. These configurations define the required columns for each dataset used within a template.
Optional arguments:¶
it_sheets TYPE /AWS1/CL_QSTSHEETDEFINITION=>TT_SHEETDEFINITIONLIST TT_SHEETDEFINITIONLIST¶
An array of sheet definitions for a template.
it_calculatedfields TYPE /AWS1/CL_QSTCALCULATEDFIELD=>TT_CALCULATEDFIELDS TT_CALCULATEDFIELDS¶
An array of calculated field definitions for the template.
it_parameterdeclarations TYPE /AWS1/CL_QSTPARAMDECLARATION=>TT_PARAMETERDECLARATIONLIST TT_PARAMETERDECLARATIONLIST¶
An array of parameter declarations for a template.
Parameters are named variables that can transfer a value for use by an action or an object.
For more information, see Parameters in Amazon Quick Sight in the Amazon Quick Suite User Guide.
it_filtergroups TYPE /AWS1/CL_QSTFILTERGROUP=>TT_FILTERGROUPLIST TT_FILTERGROUPLIST¶
Filter definitions for a template.
For more information, see Filtering Data in the Amazon Quick Suite User Guide.
it_columnconfigurations TYPE /AWS1/CL_QSTCOLUMNCONF=>TT_COLUMNCONFIGURATIONLIST TT_COLUMNCONFIGURATIONLIST¶
An array of template-level column configurations. Column configurations are used to set default formatting for a column that's used throughout a template.
io_analysisdefaults TYPE REF TO /AWS1/CL_QSTANALYSISDEFAULTS /AWS1/CL_QSTANALYSISDEFAULTS¶
AnalysisDefaults
io_options TYPE REF TO /AWS1/CL_QSTASSETOPTIONS /AWS1/CL_QSTASSETOPTIONS¶
An array of option definitions for a template.
io_queryexecutionoptions TYPE REF TO /AWS1/CL_QSTQUERYEXECOPTIONS /AWS1/CL_QSTQUERYEXECOPTIONS¶
QueryExecutionOptions
it_staticfiles TYPE /AWS1/CL_QSTSTATICFILE=>TT_STATICFILELIST TT_STATICFILELIST¶
The static files for the definition.
Queryable Attributes¶
DataSetConfigurations¶
An array of dataset configurations. These configurations define the required columns for each dataset used within a template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETCONFIGURATIONS() |
Getter for DATASETCONFIGURATIONS, with configurable default |
ASK_DATASETCONFIGURATIONS() |
Getter for DATASETCONFIGURATIONS w/ exceptions if field has |
HAS_DATASETCONFIGURATIONS() |
Determine if DATASETCONFIGURATIONS has a value |
Sheets¶
An array of sheet definitions for a template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHEETS() |
Getter for SHEETS, with configurable default |
ASK_SHEETS() |
Getter for SHEETS w/ exceptions if field has no value |
HAS_SHEETS() |
Determine if SHEETS has a value |
CalculatedFields¶
An array of calculated field definitions for the template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALCULATEDFIELDS() |
Getter for CALCULATEDFIELDS, with configurable default |
ASK_CALCULATEDFIELDS() |
Getter for CALCULATEDFIELDS w/ exceptions if field has no va |
HAS_CALCULATEDFIELDS() |
Determine if CALCULATEDFIELDS has a value |
ParameterDeclarations¶
An array of parameter declarations for a template.
Parameters are named variables that can transfer a value for use by an action or an object.
For more information, see Parameters in Amazon Quick Sight in the Amazon Quick Suite User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERDECLARATIONS() |
Getter for PARAMETERDECLARATIONS, with configurable default |
ASK_PARAMETERDECLARATIONS() |
Getter for PARAMETERDECLARATIONS w/ exceptions if field has |
HAS_PARAMETERDECLARATIONS() |
Determine if PARAMETERDECLARATIONS has a value |
FilterGroups¶
Filter definitions for a template.
For more information, see Filtering Data in the Amazon Quick Suite User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERGROUPS() |
Getter for FILTERGROUPS, with configurable default |
ASK_FILTERGROUPS() |
Getter for FILTERGROUPS w/ exceptions if field has no value |
HAS_FILTERGROUPS() |
Determine if FILTERGROUPS has a value |
ColumnConfigurations¶
An array of template-level column configurations. Column configurations are used to set default formatting for a column that's used throughout a template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNCONFIGURATIONS() |
Getter for COLUMNCONFIGURATIONS, with configurable default |
ASK_COLUMNCONFIGURATIONS() |
Getter for COLUMNCONFIGURATIONS w/ exceptions if field has n |
HAS_COLUMNCONFIGURATIONS() |
Determine if COLUMNCONFIGURATIONS has a value |
AnalysisDefaults¶
AnalysisDefaults
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISDEFAULTS() |
Getter for ANALYSISDEFAULTS |
Options¶
An array of option definitions for a template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIONS() |
Getter for OPTIONS |
QueryExecutionOptions¶
QueryExecutionOptions
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYEXECUTIONOPTIONS() |
Getter for QUERYEXECUTIONOPTIONS |
StaticFiles¶
The static files for the definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATICFILES() |
Getter for STATICFILES, with configurable default |
ASK_STATICFILES() |
Getter for STATICFILES w/ exceptions if field has no value |
HAS_STATICFILES() |
Determine if STATICFILES has a value |