如何在Crystal报表中添加值?
问题描述:
我有一张这样的桌子
I have a table like this
slip_no Productname Price
1 Addidas 1500
2 Bata 1000
3 Bata 1000
4 Reebook 1200
5 Reebook 1200
我需要在这样的水晶报告中显示这个表格
I need to show this table in crystal report like this
Product Name total Price
Addidas 1500
Bata 2000
Reebook 2400
我想显示没有重复值的产品名称并添加价格列例如所有addidas产品价格将添加所有bata价格将添加和显示。
我使用groupnamefield for productname及其工作但不是价格...
对不起我的坏英语希望你能理解
帮帮我PLZ。
提前谢谢
I want to show product name with no duplicate value and add price column in group for example all addidas product price will add all bata price will add and show.
I use groupnamefield for productname and its work but not for price ...
sorry for my bad english Hope you understand
Help me plz.
thanks in advance
答
设定公式提交金额({产品名称(Groupid),价格))
set formula filed sum({Product name(Groupid),Price))
>