Are table detail rows able to be hided interactively? [message #106598] |
Tue, 10 January 2006 03:11 |
Eclipse User |
|
|
|
Hi.
I have a script data set like this (semicolon is just seperator) :
AAAA_1/10;3;7;10
AAAA_2/50;5;6;8
AAAA_3/50;9;2;11
BBBB_2/50;3;8;9
BBBB_3/50;10;12;8
and with using grouping and sum function, I generated a table like this :
AAAA 17.0 15.0 29.0
AAAA_1/10 3 7 10
AAAA_2/50 5 6 8
AAAA_3/50 9 2 11
BBBB 13.0 20.0 17.0
BBBB_2/50 3 8 9
BBBB_3/50 10 12 8
now, what I want is that detail rows are hided at first, but hided detail rows show when I click group
header (like 'AAAA' above table).
For example:
At first>
AAAA 17.0 15.0 29.0
BBBB 13.0 20.0 17.0
If I click 'AAAA'>
AAAA 17.0 15.0 29.0
AAAA_1/10 3 7 10
AAAA_2/50 5 6 8
AAAA_3/50 9 2 11
BBBB 13.0 20.0 17.0
What can I do for this feature?
Is this feature available in BIRT 2.0RC?
Please let me know.... T_T
|
|
|
Powered by
FUDForum. Page generated in 0.48070 seconds