Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/security/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Crystal reports 2010 crystal报告中的分组_Crystal Reports 2010 - Fatal编程技术网

Crystal reports 2010 crystal报告中的分组

Crystal reports 2010 crystal报告中的分组,crystal-reports-2010,Crystal Reports 2010,很抱歉这个新手问题 我有1个SQL Server表: Column1 | Column2 | Column3 Row1 A 1 100 Row2 A 1 200 Row3 A 2 50 Row4 B 4 10 Row5 C 5

很抱歉这个新手问题

我有1个SQL Server表:

            Column1 | Column2 | Column3
Row1           A         1         100
Row2           A         1         200
Row3           A         2          50
Row4           B         4          10
Row5           C         5          20
在本报告中,我希望得到如下输出:

            Column1 | Column2 | Colum3
Row1           A         1        300
Row2           A         2         50
Row3           B         4         10
Row4           C         5         20
提前谢谢

  • 在第1列中插入组
  • 在第2列中插入组
  • 抑制除组#2标题以外的所有部分
  • 将第1列、第2列和总和(第3列)放入组#2标题中

  • 您需要学习
    分组方式