Skip to content

/AWS1/CL_QSTPARAMETERS

A list of Amazon QuickSight parameters and the list's override values.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_STRINGPARAMETERS TYPE /AWS1/CL_QSTSTRINGPARAMETER=>TT_STRINGPARAMETERLIST TT_STRINGPARAMETERLIST

The parameters that have a data type of string.

IT_INTEGERPARAMETERS TYPE /AWS1/CL_QSTINTEGERPARAMETER=>TT_INTEGERPARAMETERLIST TT_INTEGERPARAMETERLIST

The parameters that have a data type of integer.

IT_DECIMALPARAMETERS TYPE /AWS1/CL_QSTDECIMALPARAMETER=>TT_DECIMALPARAMETERLIST TT_DECIMALPARAMETERLIST

The parameters that have a data type of decimal.

IT_DATETIMEPARAMETERS TYPE /AWS1/CL_QSTDATETIMEPARAMETER=>TT_DATETIMEPARAMETERLIST TT_DATETIMEPARAMETERLIST

The parameters that have a data type of date-time.


Queryable Attributes

StringParameters

The parameters that have a data type of string.

Accessible with the following methods

Method Description
GET_STRINGPARAMETERS() Getter for STRINGPARAMETERS, with configurable default
ASK_STRINGPARAMETERS() Getter for STRINGPARAMETERS w/ exceptions if field has no va
HAS_STRINGPARAMETERS() Determine if STRINGPARAMETERS has a value

IntegerParameters

The parameters that have a data type of integer.

Accessible with the following methods

Method Description
GET_INTEGERPARAMETERS() Getter for INTEGERPARAMETERS, with configurable default
ASK_INTEGERPARAMETERS() Getter for INTEGERPARAMETERS w/ exceptions if field has no v
HAS_INTEGERPARAMETERS() Determine if INTEGERPARAMETERS has a value

DecimalParameters

The parameters that have a data type of decimal.

Accessible with the following methods

Method Description
GET_DECIMALPARAMETERS() Getter for DECIMALPARAMETERS, with configurable default
ASK_DECIMALPARAMETERS() Getter for DECIMALPARAMETERS w/ exceptions if field has no v
HAS_DECIMALPARAMETERS() Determine if DECIMALPARAMETERS has a value

DateTimeParameters

The parameters that have a data type of date-time.

Accessible with the following methods

Method Description
GET_DATETIMEPARAMETERS() Getter for DATETIMEPARAMETERS, with configurable default
ASK_DATETIMEPARAMETERS() Getter for DATETIMEPARAMETERS w/ exceptions if field has no
HAS_DATETIMEPARAMETERS() Determine if DATETIMEPARAMETERS has a value