jayaram4urs
Programmer
Hi,
I'm facing a problem with grouping.
My requirement is like this I'm having the report which is grouped into different categories.
My question is user wants to see only particular groups data as detail and remaining as summary level.
Ex:-
group1
xxxx 23 45 67
yyy 3 3 5
Group 2
abc 3 6 8
b 4 5 6
User wants to see Group 1 as detail level and Group 2 as summary level like
Group 1
xxxx 23 45 67
yyy 3 3 5
Group 2 7 11 14
My Question is :
How to suppress the data in group levels to show only summaries. based on a group level condition
I want to suppress the detail records if group=2 and show only summary of that group.
Thanks in advance
Jayaram
I'm facing a problem with grouping.
My requirement is like this I'm having the report which is grouped into different categories.
My question is user wants to see only particular groups data as detail and remaining as summary level.
Ex:-
group1
xxxx 23 45 67
yyy 3 3 5
Group 2
abc 3 6 8
b 4 5 6
User wants to see Group 1 as detail level and Group 2 as summary level like
Group 1
xxxx 23 45 67
yyy 3 3 5
Group 2 7 11 14
My Question is :
How to suppress the data in group levels to show only summaries. based on a group level condition
I want to suppress the detail records if group=2 and show only summary of that group.
Thanks in advance
Jayaram