の複数の列に「またがる」1 つのグループを作成する際に問題がありDynamicJasper
ます。例は次のようになります。
私は変更できないベースからデータを取得します:
id1 id2 id3 id4 id5
1 Vega Steve 8,000.23 yes
1 Vega Steve 3,465.33 yes
2 Minson Mark 123,987.23 no
2 Minson Mark 3,465.33 yes
5 Lucky Luck 3,123,465.33 no
最初の 3 列のレポートをグループ化すると、次のようになります。
id1 id2 id3 id4 id5
1 Vega Steve 8,000.23 yes
3,465.33 yes
2 Minson Mark 123,987.23 no
3,465.33 yes
5 Lucky Luck 3,123,465.33 no
これはで達成できDynamicJasper
ますか?