April 30, 2014 at 8:25 am
Hi,
I have a report where there are collapsible groups IT, Non-IT and Other. I want to remove the collapsible button (+) whenever the Parent is IT and also remove the group header whenever the parent is IT as seen in the attachment.
For other groups I want to display as is .
Thanks,
PSB
April 30, 2014 at 11:25 am
I don't know of a way to remove the "+" when you set a toggle item, but you can use an expression in the hidden property of the items being toggled to have them expanded or collapsed and you can use the same expression in the InititialToggleState of the Toggle Item to have the "+" be a "-". In your example I'd use the expression:
=NOT(Fields.Parent.Value="IT")
So that would expand the items under the IT group and put a "-" next to IT and collapse the items in NON-IT and Other and put a "+" next to Non-IT and Other.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply