/AWS1/CL_QSTEMPTYVISUAL¶
An empty visual.
Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Quick Sight console is considered an EmptyVisual until a visual type is selected.
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.
iv_datasetidentifier TYPE /AWS1/QSTDATASETIDENTIFIER /AWS1/QSTDATASETIDENTIFIER¶
The data set that is used in the empty visual. Every visual requires a dataset to render.
Optional arguments:¶
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 |
DataSetIdentifier¶
The data set that is used in the empty visual. Every visual requires a dataset to render.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETIDENTIFIER() |
Getter for DATASETIDENTIFIER, with configurable default |
ASK_DATASETIDENTIFIER() |
Getter for DATASETIDENTIFIER w/ exceptions if field has no v |
HAS_DATASETIDENTIFIER() |
Determine if DATASETIDENTIFIER has a value |
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 |