Anonymous
08-26-2002, 06:51 PM
Hi,
Is there a way to configure the JFreeReport so I can suppress repeating values in the same column? For example,
I have my table like...
A B C 10
A D E 5
A F F 3
and I want to see the report showing as
A B C 10
D E 5
F F 3
which means I want to suppress the repeating A's in the first column.
Thanks.
Is there a way to configure the JFreeReport so I can suppress repeating values in the same column? For example,
I have my table like...
A B C 10
A D E 5
A F F 3
and I want to see the report showing as
A B C 10
D E 5
F F 3
which means I want to suppress the repeating A's in the first column.
Thanks.