-1

I have something like this:

Column 1       column 2     porcentage
hi              safa            0.1
hi              sfdsdf          0.2
hi              sdfd            0.3
hi              xxxx            ...
hi              uuuu            ... 

and i want it to look like this:

Column 1       column 2        Porcentage
                 safa             0.1
                 sfdsdf           0.2
  hi             sdfd             0.3
                 xxxx             ...
                 uuuu             ...
sub total:                        0.6

how can i do that on iReport? i added a "report group" but it doesnt do anything... just add a grupo header and footer, but i dont get the result that i expect, i'm totally new with iReport.

any help will be welcome.. i prefer using the graphical interface rather than writing the xml stuff..

4

1 回答 1

1

是的,您需要取消选中详细信息字段上的打印重复值$F{Column 1},唯一的问题是它会在第一行打印“hi”,而不是像您在示例中那样在第 3 行打印。

于 2013-06-26T21:25:18.503 回答