Friday, February 17, 2012

Document Map - Plz Help

I want to hide Duplicates in The Document Map in SQL Server 2000
Reporting Services.
I had group in document map like
- A
abc
- A
pqr
- A
lmn
+ B
+ B
+ B
+ B
+ B
+ C
+ C
...
but I want it to be
+ A
+ B
+ C
Could anyone help for resolving this problem.
Thanks & Best Regards
MukeshSomething to do with your data because RS does it properly by selecting each
group and sub group. In your case group is 'A', 'B' etc.. and subgroup is
'abc', 'pqr' etc.. So you need to check your subgroup data,
check that you have the grouping order properly selected. ie first Group and
then subgroup...
Amarnath
"mukesh" wrote:
> I want to hide Duplicates in The Document Map in SQL Server 2000
> Reporting Services.
> I had group in document map like
> - A
> abc
> - A
> pqr
> - A
> lmn
> + B
> + B
> + B
> + B
> + B
> + C
> + C
> ...
> but I want it to be
> + A
> + B
> + C
> Could anyone help for resolving this problem.
> Thanks & Best Regards
> Mukesh
>

No comments:

Post a Comment