Crystal reports 我可以在crystal report中的一个组中再加入两个组吗?

Crystal reports 我可以在crystal report中的一个组中再加入两个组吗?,crystal-reports,crystal-reports-2008,crystal-reports-xi,crystal-reports-8.5,Crystal Reports,Crystal Reports 2008,Crystal Reports Xi,Crystal Reports 8.5,我有一个存储过程,它执行和输出如下 Plant1 Top1 12 Plant1 Bottom1 12 Plant1 Top2 14 Plant1 Bottom12 14 Plant2 Top1 34 Plant2 Bottom1 34 Plant2 Top2 18 Plant2 Bottom12 18 我希望它在Crystal报告中像这样显示 Plant1

我有一个存储过程,它执行和输出如下

Plant1     Top1       12
Plant1     Bottom1    12
Plant1     Top2       14
Plant1     Bottom12   14
Plant2     Top1       34
Plant2     Bottom1    34
Plant2     Top2       18
Plant2     Bottom12   18
我希望它在Crystal报告中像这样显示

Plant1
   Top
     Top1        12
     Top2        14
   Bottom
      Bottom1    12
      Bottom1    14

Plant2
   Top
     Top1        34
     Top2        18
   Bottom
      Bottom1    34
      Bottom1    18
我正在考虑按包装厂对其进行分组,然后再对其进行分组,以实现这种产量。有人能帮我吗


顺便说一下,我使用的是Crystal Report 9。

谢谢您的回复。我正试图创造这个公式,但我一直在努力。请你给我一个提示,告诉我怎么做好吗。我会尽力去理解,做为我解决这个项目的向导。谢谢您。
1) Create two groups.
2) Group one is based on the Plant1, Plant2, Plant3 etc
3) Create a formula filed, that checks your second field and output either Top, Bottom.
4) Now, Group 2 is based on your Formula (Bottom, Top)

Order:
Group 1 => Display Plant Stuff (In Group Header)
Group 2 => Display Location stuff (In Group Header)
Detail => Display the records