各位大神,我想实现两种操作:1行号自动生成并排序 2物料号和零件名称相关联 要怎么做
1 你要怎么排序 只是编号用seq()函数
2 匹配用ds1.select函数或者用sql函数
https://help.fanruan.com/finereport/doc-view-850.html?source=4# tablename.select
https://help.fanruan.com/finereport/doc-view-846.html sql函数