
供应商库存汇总问题
关于之前对供应商库存汇总问题的提问,经过摸索,终于有一个了,可是这报表不会先生供应商编码和供应商名称,哪位大侠可以教一下要怎么设置,要详细流程??谢了!
问题补充:按一楼的操作,货商编码、货商名称的列是出来了,但明细没显示,如下图:

- 提问者: yyy-cvs
- 等级:普通会员
- 时间:2013-06-21 14:45
- 悬赏:0
- 解决时间:2013-07-01 14:45
回答 共 7 条
你这个是自定义的汇总报表吧。
计算列:
货商编号:db_data2('select item_sup_no from t_item_info where item_no=?',item_no)
货商名称:db_data2('select b.sup_name from t_item_info a,t_sup_info b where a.item_no=? and a.sup_no=b.item_sup_no',item_no)
计算列:
货商编号:db_data2('select item_sup_no from t_item_info where item_no=?',item_no)
货商名称:db_data2('select b.sup_name from t_item_info a,t_sup_info b where a.item_no=? and a.sup_no=b.item_sup_no',item_no)
- 回答者:ytkf007
- 等级:问不倒翁
- 时间:2013-06-21 17:05
学习一楼
- 回答者:xly8989
- 等级:银牌会员
- 时间:2013-06-21 17:36
学习一楼操作
- 回答者:josense
- 等级:皇冠会员
- 时间:2013-06-21 18:44
学习一楼的计算列
- 回答者:kh359
- 等级:问不倒翁
- 时间:2013-06-22 10:13
不错!
- 回答者:bonchen
- 等级:问不倒翁
- 时间:2013-06-22 22:20
学习一楼
- 回答者:hnaywz
- 等级:钻石会员
- 时间:2013-06-23 18:15
学习一楼
- 回答者:JCLH
- 等级:问不倒翁
- 时间:2013-06-24 15:55
快到期问题