Skip to content

Commit

Permalink
docs: add pivot sort tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Jun 11, 2024
1 parent e70e706 commit 032484f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option: PivotTable#dataConfig.sortRules

# Sort dimension values of pivot analysis table

The pivot table is sorted according to the dimension value of a certain dimension. SortRules can be configured in dataConfig. Multiple sorting rules can be configured. The one configured first has a higher priority. In this example, the rows dimension 'Sub-Category' is configured with sort: true, which will display a sort icon in the header cell next to the dimension name. Click to sort by dimension value.
The pivot table is sorted according to the dimension value of a certain dimension. SortRules can be configured in dataConfig. Multiple sorting rules can be configured. The one configured first has a higher priority. In this example, the rows dimension 'Sub-Category' is configured with sort: true, which will display a sort icon in the header cell that displays the dimension name. Click the icon to sort by dimension value.

## Key Configurations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option: PivotTable#dataConfig.sortRules

# Pivot analysis table is sorted by indicator value

The pivot table is sorted according to the dimension value of a certain dimension. SortRules can be configured in dataConfig. Multiple sorting rules can be configured. The one configured first has a higher priority. In this example, the indicators indicator is configured with sort:true, which will display a sort icon in the header cell of the indicator name. Click to sort by indicator value.
The pivot table is sorted according to the dimension value of a certain dimension. SortRules can be configured in dataConfig. Multiple sorting rules can be configured. The one configured first has a higher priority. In this example, the indicators indicator is configured with sort:true, which will display a sort icon in the header cell that displays the indicator name. Click the icon to sort by indicator value.

## Key Configurations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option: PivotTable#dataConfig.sortRules

# 透视分析表维度值排序

透视表按某个维度的维度值进行排序,在 dataConfig 中配置 sortRules,可配置多个排序规则,先配的优先级较高。在这个示例中 rows 行维度'Sub-Category'配置了 sort:true会在现实维度名称的角头单元格中显示排序图标,点击按维度值进行排序
透视表按某个维度的维度值进行排序,在 dataConfig 中配置 sortRules,可配置多个排序规则,先配的优先级较高。在这个示例中 rows 行维度'Sub-Category'配置了 sort:true会在显示维度名称的角头单元格中显示排序图标,点击图标按维度值进行排序

## 关键配置

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option: PivotTable#dataConfig.sortRules

# 透视分析表按指标值排序

透视表按某个维度的维度值进行排序,在 dataConfig 中配置 sortRules,可配置多个排序规则,先配的优先级较高。在这个示例中 indicators 指标配置了 sort:true会在现实指标名称的表头单元格显示排序图标,点击按指标值进行排序
透视表按某个维度的维度值进行排序,在 dataConfig 中配置 sortRules,可配置多个排序规则,先配的优先级较高。在这个示例中 indicators 指标配置了 sort:true会在显示指标名称的表头单元格显示排序图标,点击图标按指标值进行排序

## 关键配置

Expand Down

0 comments on commit 032484f

Please sign in to comment.