You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/sheets/features/pivot-table.mdx
+32-2Lines changed: 32 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,12 @@ In a pivot table, you can adjust row labels, column labels, and values as needed
48
48
49
49
### Data Source
50
50
51
+
In Univer Sheets, the data source for a pivot table can be either a worksheet or a data range. You can choose different data sources as needed to better analyze your data.
52
+
We take the first row of the data source as the default column labels, and the rest as the data source. Therefore, we require the data source to be as organized as possible, avoiding empty rows and columns as much as possible.
53
+
For data in the same column, we will automatically recognize the data type to better support the functionality of the pivot table. If the data type is inconsistent in a column, we will default the data type of that column to string.
54
+
55
+
In Univer Sheets, pivot tables will automatically respond to changes in the data. When the data source changes, the pivot table will automatically update to better analyze the data.
56
+
51
57
### Filtering
52
58
53
59
Data pivot tables support filtering on row labels and column labels, and also provide a filter field that does not participate in the main data classification and summary layout of the pivot table but can be used to filter data.
0 commit comments