Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 how to: hide a nested group

Author  Topic 

gmauro
Starting Member

2 Posts

Posted - 2008-07-11 : 04:57:17
I am currently having problems with groups.

I have a main group and 1 nested group. The nested group has a function to determine if it is visible.
When the function is true,
I got that hide the main group and the nested group.
Why? Where is the error?
I want hide the nested group only.

thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-07-11 : 07:22:16
Are you refering to toggle visibility based on another item property of cell?
Go to Top of Page

gmauro
Starting Member

2 Posts

Posted - 2008-07-18 : 06:22:32
I fixed the problem,
I used an expression in the "Visibility" property of tablerow object to hide.
The problem started because the item <expression> didn't appear, it was very simple!!


thanks
Go to Top of Page
   

- Advertisement -