Skip to content

/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 QuickSight in the Amazon QuickSight 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 QuickSight 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.


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 QuickSight in the Amazon QuickSight 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 QuickSight 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