0
我有一個報告,如下所示:Crystal報表中組區間多行
->Page Header
**ColTitle1 ColTitle2 ColTitle3 ColTitle4 ColTitle5 ColTitle6**
->Group Header (On Table1.column1)
col1 col2 col3 Col4 Col5 Col6
->Details Section
xyz xyz xyz
->Group Footer
empty
我想,該集團的COL3列有多個行(包括關於一些額外的數據組別記錄)如下:
->Page Header
**ColTitle1 ColTitle2 ColTitle3 ColTitle4 ColTitle5 ColTitle6**
->Group Header (On Table1.column1)
col1 col2 col3.row1 Col4 Col5 Col6
col3.row2
col3.row3
->Details Section
xyz xyz xyz
->Group Footer
empty
我該如何做到這一點?我曾試過小組報告。但不能做太多。
我討厭使用子報表,但我認爲與其他解決方案,您將有一個問題,因爲細節部分將用於重複每個組 – 2012-03-27 06:58:33
哦,你說得對。可能需要另一個抑制公式和一個變量的組合。 – paulmelnikow 2012-03-27 16:21:13
我得到了一個子報表,但事情並不存在這兩個表之間常見的主鍵。所以不能鏈接它們。 – aMazing 2012-03-27 21:52:45