Tables are primarily used to perform dimension-based metric data statistics or detailed data displays, and to merge and aggregate similar data.
Select at least one data field for the Column area.
to create a table.Figure 1 Table chart

Click Save in the upper right corner. In the displayed dialog box, enter the dashboard name, and click Confirm. The saved dashboard cannot be viewed but can be deleted.
Click Save and Publish to save and publish the dashboard. You can view the saved dashboard. To delete the dashboard, you need to take it offline first.
Click
in the column, select Field Display Content and click to modify the field display content on the displayed page. Click OK.
Columns support the setting of field display content modification and drill-down functions for dimension fields.
Drill-down function: When analyzing company sales data, you can change the analysis granularity by drilling down the data, such as drilling down from the regional granularity to the provincial granularity to view the data situation based on geographic dimensions. Connecting data from various dimensions facilitates data analysts to analyze the data and draw conclusions.
) in the column and drag the field of the target location to be drilled down to the Drilldown area.Columns support the setting of aggregation method and field display content for metric fields.
Aggregation method: Perform calculation and processing on data to make the analyzed data more orderly and intuitive.
Click
of the field in the column, select Aggregation Method and click to support setting of no aggregation, sum, count, distinct count, maximum value, minimum value, average value, population standard deviation, sample standard deviation, sample variance, range start value, and range end value.
Click
in the column, select Field Display Content and click to modify the field display content on the displayed page. Click OK.
next to a field in the Filter area.Type | Parameter | Description |
|---|---|---|
String | Condition | Filter Mode: The options are Condition and Enumeration. Condition Type: The options are And condition and Or condition. Filter Condition: The options are Exact match, Contain, Start with, End with, Not match, Not contain, Null, and Not null. |
Enumeration | Query Mode: The options are Single-select and multi-select. Filter Condition: The options are >, ≥, <, ≤, =, ≠, Null, and Not null. | |
Metric | Condition Type | The options are And condition and Or condition. |
Filter Condition | The options are >, ≥, <, ≤, =, ≠, Null, and Not null. You can select Before aggregation and After aggregation for data. NOTE: If you select Before aggregation, data is filtered before aggregation. If you select After aggregation, data is filtered after aggregation. For aggregation concepts, see Creating a Dataset. You can click Create Filter Condition to set multiple filter criteria. | |
Date | Range value | Select a time range for filtering. |
Single value | Set a single time for filtering. | |
Condition | You can select And condition or Or condition as the condition type and select filter condition like >, ≥, <, ≤, and =. You can click Create Filter Condition to set multiple filter criteria. |
next to a field in the Sorting area and select a sorting mode. The sorting modes are Ascending, Descending, and Custom.
next to the sorting field.The auto refresh interval supports the following options: no refresh, 1 minute, 5 minutes, 15 minutes, and 30 minutes.
The metadata mode can be set or not set. You can select or deselect this parameter.
Metadata mode refers to the raw data that has not been processed by DataArts Insight.
This part explains how to set table style parameters. For details, see Table 2.
Parameter | Description |
|---|---|
Card Title | Cards can be configured with or without a title. If a title is set, it will be displayed in the top left corner of the card. If the checkbox is not selected ( If the checkbox is selected ( |
Text | You can adjust the font size and color of the text. To change the font size, you can either type in the desired size or use the |
Alignment | You can align the text in the card to the left or center. |
Bottom Margin | Set the distance between the table title and the chart. To change the margin, you can either type in the desired margin or use the |
Divider | Cards can be configured with or without a divider line. If the checkbox is not selected ( If the checkbox is selected ( |
Card Background | Cards can be configured with or without a background. If the checkbox is not selected ( If the checkbox is selected ( |
Status Icon | You can customize the display style and color of the icon, which can be set to always show or show on hover. The card icon can be set to have a status or no status. If the checkbox is not selected ( If the checkbox is selected ( |
Column Width | You can either automatically set the table appearance or customize it. The column width can be set either by entering a specific value or using the |
Pagination | You can set the number of data pages displayed on the table, and this can be done within the table itself. The supported options for the number of pages are: 10, 20, 30, 50, 80, and 100. There are two display types: simple and regular. The simple type does not show page navigation. |
Set Header Alignment | You can set the alignment of table headers, which can be left-aligned, centered, or right-aligned. |
Functional Configuration | The following features can be configured: enabling quick filtering, specifying whether export is needed, and enabling multi-select operations. |
Series Settings | You can configure the alignment of table headers and column content independently.
|
Condition Format | Quick style.
|
Custom style:
|
This part describes how to configure advanced functions of a table, including link and redirect.
Click the Advanced tab and click
next to Linkage. The Chart Linkage Configuration page is displayed. Set parameters.
Parameter | Description |
|---|---|
Filter | Select the fields to be bound first and then select the chart to be associated with them. You can select all charts on the dashboard. |
Associated Charts | Link the associated charts.
|
Click OK.
next to Linkage. The Chart Linkage Settings page is displayed.Figure 2 Data linkage result when selecting Follow bound field

SELECT*FROMuser_infoWHEREuser_name not in (${n})
user_info indicates the data table name, and user_name indicates the bound field.
Figure 3 SQL placeholder

Figure 4 Data filtered when selecting SQL placeholder

The text within the chart must have data before the redirect can be configured.
Parameter | Description |
|---|---|
Redirect Type | Redirection type. You can choose to redirect internally within the system or externally through a link. |
Open Mode | You can choose to open it in the current window, a new window, or a popup window. |
Redirect to Reports/Screens | You can select the project, dashboard, or large screen you want to redirect to. NOTE: When Redirect Type is set to Intra-system redirect, Redirect to Reports/Screens can be selected. |
URL | Enter the URL when you choose to redirect externally through a link. NOTE: When filling out a URL, you need to ensure its security. If the URL is insecure, it may pose a security risk to your data. Be cautious when filling out the URL. |
Associated Parameters | Parameters that take effect in the current report can be selected as associated fields or fixed values. Global parameters for Redirect to Reports/Screens can be selected only after global parameters are set. |
Carry Condition | When Redirect Type is Intra-system redirect, multiple rows of fields and empty values can be carried (only can be set for table and dashboard). When Redirect Type is External link, empty values can be carried. Carrying null values is mainly used for filtering null values in data tables, making it easier for users to analyze data.
NOTE: If this option is selected and the chart allows for multiple data selections, the parameter carried will be an array containing the selected data. |
), the control supports query initialization. If the checkbox is not selected (
), the control does not support query initialization.If you select this option, when a chart is linked to a query control and the query control does not have a default query set, the chart's data configuration will be queried during chart initialization.