Skip to content

/AWS1/CL_QSTDASHBOARDVRSDEFN

The contents of a dashboard.

CONSTRUCTOR

IMPORTING

Required arguments:

IT_DATASETIDDECLARATIONS TYPE /AWS1/CL_QSTDSIDDECLARATION=>TT_DATASETIDDECLARATIONLIST TT_DATASETIDDECLARATIONLIST

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

Optional arguments:

IT_SHEETS TYPE /AWS1/CL_QSTSHEETDEFINITION=>TT_SHEETDEFINITIONLIST TT_SHEETDEFINITIONLIST

An array of sheet definitions for a dashboard.

IT_CALCULATEDFIELDS TYPE /AWS1/CL_QSTCALCULATEDFIELD=>TT_CALCULATEDFIELDS TT_CALCULATEDFIELDS

An array of calculated field definitions for the dashboard.

IT_PARAMETERDECLARATIONS TYPE /AWS1/CL_QSTPARAMDECLARATION=>TT_PARAMETERDECLARATIONLIST TT_PARAMETERDECLARATIONLIST

The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

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

IT_FILTERGROUPS TYPE /AWS1/CL_QSTFILTERGROUP=>TT_FILTERGROUPLIST TT_FILTERGROUPLIST

The filter definitions for a dashboard.

For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.

IT_COLUMNCONFIGURATIONS TYPE /AWS1/CL_QSTCOLUMNCONF=>TT_COLUMNCONFIGURATIONLIST TT_COLUMNCONFIGURATIONLIST

An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.

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


Queryable Attributes

DataSetIdentifierDeclarations

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

Accessible with the following methods

Method Description
GET_DATASETIDDECLARATIONS() Getter for DATASETIDDECLARATIONS, with configurable default
ASK_DATASETIDDECLARATIONS() Getter for DATASETIDDECLARATIONS w/ exceptions if field has
HAS_DATASETIDDECLARATIONS() Determine if DATASETIDDECLARATIONS has a value

Sheets

An array of sheet definitions for a dashboard.

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

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

The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

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

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

The filter definitions for a dashboard.

For more information, see Filtering Data in Amazon QuickSight 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 dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.

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

Accessible with the following methods

Method Description
GET_OPTIONS() Getter for OPTIONS