交叉表行和列的总计?
我想要对交叉表报告进行总计,例如
GroupName Items Item% 1stStock 2ndStock ------ nStock
--------- ----- ------ -------- -------- -------
Fruits Apples 5 100 100 500
Tomatoes 10 200 50 200
Mangoes 10 300 50 100
------------------------------------------------------------
Total 25% 600 200 800
------------------------------------------------------------
Vegetables Carrots 40 10 20 --------- 20
------------------------------------------------------------
Total 40% 10 20 --------- 20
------------------------------------------------------------
GrandTotal 65% 610 20 820
如何对行进行小计和总计?
I want to total a cross tab report like
GroupName Items Item% 1stStock 2ndStock ------ nStock
--------- ----- ------ -------- -------- -------
Fruits Apples 5 100 100 500
Tomatoes 10 200 50 200
Mangoes 10 300 50 100
------------------------------------------------------------
Total 25% 600 200 800
------------------------------------------------------------
Vegetables Carrots 40 10 20 --------- 20
------------------------------------------------------------
Total 40% 10 20 --------- 20
------------------------------------------------------------
GrandTotal 65% 610 20 820
How do I make sub totals and grand totals for the rows ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中之一应该适合您:
手动方法:
Crystal 的交叉表方法:
One of these should work for you:
Manual Method:
Crystal's Crosstab Method: