永洪社区

标题: 自由表找前三,后三 [打印本页]

作者: kin    时间: 2023-10-24 14:33
标题: 自由表找前三,后三
名称销量金额
a423
b323
c245
d178
e790
f856
g534
h321
i267
l585
gg634

现在有一个这样的表,我要在文本框中写文字,需要找出销量、金额 前三名和后三名 对应的名称和数值,如何实现。求助
文本内容例如:
销量前三名:f(8),e(7),gg(6)
销量后三名:d(1),c(2),i(2)
金额前三名:e(90),l(85),d(78)
金额后三名:h(21),a(23),b(23)









作者: yhdata_lyaa    时间: 2023-10-24 14:54
可以试试应用文本参数topn
https://www.yonghongtech.com/rea ... m_highlightsub=topn
作者: kin    时间: 2023-10-24 15:48
yhdata_lyaa 发表于 2023-10-24 14:54
可以试试应用文本参数topn
https://www.yonghongtech.com/real-help/Z-Suite/10.1/ch/dataprocess_sortbyco ...

(, 下载次数: 36)