我正在使用Crystal报表12.我的命令返回结果如下 (对不起,使用以“|”符号分隔的文字,我不能使用图片,因为我没有足够的声望点)
的StartDate |结束日期| UID |主题| EmpCode | EmpName | TestCode |测试名| TestMethod的
2014-02-02 | 2014-02-02 | 01 |计划名称1 | E0001 |员工1 | TST01 |测试名称1 |测试方法1
2014-02-02 | 2014-02-02 | 01 |计划名称1 | E0001 |员工2 | TST01 |测试名称1 |测试方法1
2014-02-02 | 2014-02-02 | 01 |计划名称1 | E0001 |员工3 | TST01 |测试名称1 |测试方法1
2014-02-02 | 2014-02-02 | 01 |计划名称1 | E0001 |员工1 | TST01 |测试名称2 |测试方法2
2014-02-02 | 2014-02-02 | 01 |计划名称1 | E0001 |员工2 | TST01 |测试名称2 |测试方法2
2014-02-02 | 2014-02-02 | 01 |计划名称1 | E0001 |员工3 | TST01 |测试名称2 |测试方法2
我想根据此结果制作一份类似于以下内容的报告..
2014-02-02 | 2014-02-02 | 01 |计划名称1
TST01 |测试名称1 |测试方法1
TST01 |测试名称2 |测试方法2
E0001 |员工1
E0001 |员工2
E0001 |员工3
如何实现这一目标,任何帮助?
谢谢,
JKV
答案 0 :(得分:1)
Create 3 groups
1. create with `plane name1` of use the combination of `2014-02-02|2014-02-02|01|Plan name 1` and place the 3 fields in group header1
2. Similar way group the second group as `TST01` or combination of `TST01|Test Name 1|Test Method 1` and place 3 fileds in groupheader2
3. now make another group 3 with `E0001`
4. Place the filed with `E0001` and `employee1 or 2 or 3` in detail section and refresh the report.