Skip to content

/AWS1/CL_QSTVISUAL

A visual displayed on a sheet in an analysis, dashboard, or template.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_TABLEVISUAL TYPE REF TO /AWS1/CL_QSTTABLEVISUAL /AWS1/CL_QSTTABLEVISUAL

A table visual.

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

IO_PIVOTTABLEVISUAL TYPE REF TO /AWS1/CL_QSTPIVOTTABLEVISUAL /AWS1/CL_QSTPIVOTTABLEVISUAL

A pivot table.

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

IO_BARCHARTVISUAL TYPE REF TO /AWS1/CL_QSTBARCHARTVISUAL /AWS1/CL_QSTBARCHARTVISUAL

A bar chart.

For more information, see Using bar charts in the Amazon QuickSight User Guide.

IO_KPIVISUAL TYPE REF TO /AWS1/CL_QSTKPIVISUAL /AWS1/CL_QSTKPIVISUAL

A key performance indicator (KPI).

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

IO_PIECHARTVISUAL TYPE REF TO /AWS1/CL_QSTPIECHARTVISUAL /AWS1/CL_QSTPIECHARTVISUAL

A pie or donut chart.

For more information, see Using pie charts in the Amazon QuickSight User Guide.

IO_GAUGECHARTVISUAL TYPE REF TO /AWS1/CL_QSTGAUGECHARTVISUAL /AWS1/CL_QSTGAUGECHARTVISUAL

A gauge chart.

For more information, see Using gauge charts in the Amazon QuickSight User Guide.

IO_LINECHARTVISUAL TYPE REF TO /AWS1/CL_QSTLINECHARTVISUAL /AWS1/CL_QSTLINECHARTVISUAL

A line chart.

For more information, see Using line charts in the Amazon QuickSight User Guide.

IO_HEATMAPVISUAL TYPE REF TO /AWS1/CL_QSTHEATMAPVISUAL /AWS1/CL_QSTHEATMAPVISUAL

A heat map.

For more information, see Using heat maps in the Amazon QuickSight User Guide.

IO_TREEMAPVISUAL TYPE REF TO /AWS1/CL_QSTTREEMAPVISUAL /AWS1/CL_QSTTREEMAPVISUAL

A tree map.

For more information, see Using tree maps in the Amazon QuickSight User Guide.

IO_GEOSPATIALMAPVISUAL TYPE REF TO /AWS1/CL_QSTGEOSPATIALMAPVIS00 /AWS1/CL_QSTGEOSPATIALMAPVIS00

A geospatial map or a points on map visual.

For more information, see Creating point maps in the Amazon QuickSight User Guide.

IO_FILLEDMAPVISUAL TYPE REF TO /AWS1/CL_QSTFILLEDMAPVISUAL /AWS1/CL_QSTFILLEDMAPVISUAL

A filled map.

For more information, see Creating filled maps in the Amazon QuickSight User Guide.

IO_FUNNELCHARTVISUAL TYPE REF TO /AWS1/CL_QSTFUNNELCHARTVISUAL /AWS1/CL_QSTFUNNELCHARTVISUAL

A funnel chart.

For more information, see Using funnel charts in the Amazon QuickSight User Guide.

IO_SCATTERPLOTVISUAL TYPE REF TO /AWS1/CL_QSTSCATTERPLOTVISUAL /AWS1/CL_QSTSCATTERPLOTVISUAL

A scatter plot.

For more information, see Using scatter plots in the Amazon QuickSight User Guide.

IO_COMBOCHARTVISUAL TYPE REF TO /AWS1/CL_QSTCOMBOCHARTVISUAL /AWS1/CL_QSTCOMBOCHARTVISUAL

A combo chart.

For more information, see Using combo charts in the Amazon QuickSight User Guide.

IO_BOXPLOTVISUAL TYPE REF TO /AWS1/CL_QSTBOXPLOTVISUAL /AWS1/CL_QSTBOXPLOTVISUAL

A box plot.

For more information, see Using box plots in the Amazon QuickSight User Guide.

IO_WATERFALLVISUAL TYPE REF TO /AWS1/CL_QSTWATERFALLVISUAL /AWS1/CL_QSTWATERFALLVISUAL

A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide.

IO_HISTOGRAMVISUAL TYPE REF TO /AWS1/CL_QSTHISTOGRAMVISUAL /AWS1/CL_QSTHISTOGRAMVISUAL

A histogram.

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

IO_WORDCLOUDVISUAL TYPE REF TO /AWS1/CL_QSTWORDCLOUDVISUAL /AWS1/CL_QSTWORDCLOUDVISUAL

A word cloud.

For more information, see Using word clouds in the Amazon QuickSight User Guide.

IO_INSIGHTVISUAL TYPE REF TO /AWS1/CL_QSTINSIGHTVISUAL /AWS1/CL_QSTINSIGHTVISUAL

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

IO_SANKEYDIAGRAMVISUAL TYPE REF TO /AWS1/CL_QSTSANKEYDIAGRAMVIS00 /AWS1/CL_QSTSANKEYDIAGRAMVIS00

A sankey diagram.

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.

IO_CUSTOMCONTENTVISUAL TYPE REF TO /AWS1/CL_QSTCUSTOMCONTVISUAL /AWS1/CL_QSTCUSTOMCONTVISUAL

A visual that contains custom content.

For more information, see Using custom visual content in the Amazon QuickSight User Guide.

IO_EMPTYVISUAL TYPE REF TO /AWS1/CL_QSTEMPTYVISUAL /AWS1/CL_QSTEMPTYVISUAL

An empty visual.

IO_RADARCHARTVISUAL TYPE REF TO /AWS1/CL_QSTRADARCHARTVISUAL /AWS1/CL_QSTRADARCHARTVISUAL

A radar chart visual.

For more information, see Using radar charts in the Amazon QuickSight User Guide.


Queryable Attributes

TableVisual

A table visual.

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

Accessible with the following methods

Method Description
GET_TABLEVISUAL() Getter for TABLEVISUAL

PivotTableVisual

A pivot table.

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

Accessible with the following methods

Method Description
GET_PIVOTTABLEVISUAL() Getter for PIVOTTABLEVISUAL

BarChartVisual

A bar chart.

For more information, see Using bar charts in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_BARCHARTVISUAL() Getter for BARCHARTVISUAL

KPIVisual

A key performance indicator (KPI).

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

Accessible with the following methods

Method Description
GET_KPIVISUAL() Getter for KPIVISUAL

PieChartVisual

A pie or donut chart.

For more information, see Using pie charts in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_PIECHARTVISUAL() Getter for PIECHARTVISUAL

GaugeChartVisual

A gauge chart.

For more information, see Using gauge charts in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_GAUGECHARTVISUAL() Getter for GAUGECHARTVISUAL

LineChartVisual

A line chart.

For more information, see Using line charts in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_LINECHARTVISUAL() Getter for LINECHARTVISUAL

HeatMapVisual

A heat map.

For more information, see Using heat maps in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_HEATMAPVISUAL() Getter for HEATMAPVISUAL

TreeMapVisual

A tree map.

For more information, see Using tree maps in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_TREEMAPVISUAL() Getter for TREEMAPVISUAL

GeospatialMapVisual

A geospatial map or a points on map visual.

For more information, see Creating point maps in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_GEOSPATIALMAPVISUAL() Getter for GEOSPATIALMAPVISUAL

FilledMapVisual

A filled map.

For more information, see Creating filled maps in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_FILLEDMAPVISUAL() Getter for FILLEDMAPVISUAL

FunnelChartVisual

A funnel chart.

For more information, see Using funnel charts in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_FUNNELCHARTVISUAL() Getter for FUNNELCHARTVISUAL

ScatterPlotVisual

A scatter plot.

For more information, see Using scatter plots in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_SCATTERPLOTVISUAL() Getter for SCATTERPLOTVISUAL

ComboChartVisual

A combo chart.

For more information, see Using combo charts in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_COMBOCHARTVISUAL() Getter for COMBOCHARTVISUAL

BoxPlotVisual

A box plot.

For more information, see Using box plots in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_BOXPLOTVISUAL() Getter for BOXPLOTVISUAL

WaterfallVisual

A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_WATERFALLVISUAL() Getter for WATERFALLVISUAL

HistogramVisual

A histogram.

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

Accessible with the following methods

Method Description
GET_HISTOGRAMVISUAL() Getter for HISTOGRAMVISUAL

WordCloudVisual

A word cloud.

For more information, see Using word clouds in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_WORDCLOUDVISUAL() Getter for WORDCLOUDVISUAL

InsightVisual

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_INSIGHTVISUAL() Getter for INSIGHTVISUAL

SankeyDiagramVisual

A sankey diagram.

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_SANKEYDIAGRAMVISUAL() Getter for SANKEYDIAGRAMVISUAL

CustomContentVisual

A visual that contains custom content.

For more information, see Using custom visual content in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_CUSTOMCONTENTVISUAL() Getter for CUSTOMCONTENTVISUAL

EmptyVisual

An empty visual.

Accessible with the following methods

Method Description
GET_EMPTYVISUAL() Getter for EMPTYVISUAL

RadarChartVisual

A radar chart visual.

For more information, see Using radar charts in the Amazon QuickSight User Guide.

Accessible with the following methods

Method Description
GET_RADARCHARTVISUAL() Getter for RADARCHARTVISUAL

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_VISUALLIST

TYPES TT_VISUALLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTVISUAL WITH DEFAULT KEY
.