选择过滤器后自动排序 table

Automated sorting of table after filter is selected

timestamp     |     product      |      performance      |      sort_quantity
--------------|------------------|-----------------------|------------------------
2020-01-01    |     Product_A    |         high          |           819
2020-03-15    |     Product_A    |         high          |           819
2020-01-01    |     Product_B    |         low           |          -214
2020-03-15    |     Product_B    |         low           |          -214
2020-01-01    |     Product_C    |         high          |          -100
2020-03-15    |     Product_C    |         high          |          -100
2020-01-01    |     Product_D    |         low           |           933
2020-03-15    |     Product_D    |         low           |           933 
2020-01-01    |     Product_E    |         high          |           501
2020-03-15    |     Product_E    |         high          |           501

我将上面的 table 插入到 Tableau 中,如下所示:
(抱歉只有德语版)

这一切都很完美。


现在,我将针对列 performance 的过滤器添加到报告中。
当我 select 过滤器中的一个值(例如 high)时,报告如下所示:


过滤功能是正确的,但我也希望一旦点击过滤器,table 就会自动排序(降序)基于第 sort_quantity 列.

是否可以用 Tableau 做到这一点?
如果是,我该如何实现?

创建排序数量的字符串版本并将其作为第一个药丸放在产品

左侧的行中
str([sort quantity])

将此字段设置为按字段降序排序(不是 str 版本)。

在 Str 排序数量上,取消选择显示 header 以隐藏该列。

最终视图应如下所示。