Skip to content

/AWS1/CL_QSTPIVOTTABLEVISUAL

A pivot table.

For more information, see Using pivot tables in the Amazon QuickSight User Guide.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_VISUALID TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Optional arguments:

IO_TITLE TYPE REF TO /AWS1/CL_QSTVISUALTITLELABEL00 /AWS1/CL_QSTVISUALTITLELABEL00

The title that is displayed on the visual.

IO_SUBTITLE TYPE REF TO /AWS1/CL_QSTVISUALSUBTITLELA00 /AWS1/CL_QSTVISUALSUBTITLELA00

The subtitle that is displayed on the visual.

IO_CHARTCONFIGURATION TYPE REF TO /AWS1/CL_QSTPIVOTTABLECONF /AWS1/CL_QSTPIVOTTABLECONF

The configuration settings of the visual.

IO_CONDITIONALFORMATTING TYPE REF TO /AWS1/CL_QSTPIVOTTBLCONDALFM00 /AWS1/CL_QSTPIVOTTBLCONDALFM00

The conditional formatting for a PivotTableVisual.

IT_ACTIONS TYPE /AWS1/CL_QSTVISUALCUSTOMACTION=>TT_VISUALCUSTOMACTIONLIST TT_VISUALCUSTOMACTIONLIST

The list of custom actions that are configured for a visual.


Queryable Attributes

VisualId

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Accessible with the following methods

Method Description
GET_VISUALID() Getter for VISUALID, with configurable default
ASK_VISUALID() Getter for VISUALID w/ exceptions if field has no value
HAS_VISUALID() Determine if VISUALID has a value

Title

The title that is displayed on the visual.

Accessible with the following methods

Method Description
GET_TITLE() Getter for TITLE

Subtitle

The subtitle that is displayed on the visual.

Accessible with the following methods

Method Description
GET_SUBTITLE() Getter for SUBTITLE

ChartConfiguration

The configuration settings of the visual.

Accessible with the following methods

Method Description
GET_CHARTCONFIGURATION() Getter for CHARTCONFIGURATION

ConditionalFormatting

The conditional formatting for a PivotTableVisual.

Accessible with the following methods

Method Description
GET_CONDITIONALFORMATTING() Getter for CONDITIONALFORMATTING

Actions

The list of custom actions that are configured for a visual.

Accessible with the following methods

Method Description
GET_ACTIONS() Getter for ACTIONS, with configurable default
ASK_ACTIONS() Getter for ACTIONS w/ exceptions if field has no value
HAS_ACTIONS() Determine if ACTIONS has a value