Hi,
I have conditionially visible groups that are show/hide based on a report parameter. The problem is that I also want to have a document label on this group. When the group is hidden a blank entry appears in the doument map rather that no entry at all. Is this a bug or is there some work around. Thanks.
This worked for me.
I have two report parameters, Group1 and Group2, and the user selects what field they want to group on. One of the options for Group2 is "None", meaning that they do not want to have a second grouping for the report. In this case, I hide the group header and footer rows, and set the document map label to Nothing.
Edit the group, and set the document map label to something like:
=IIF (Parameters!Group2.Value = "None", Nothing, "My Document Map Label for Group2")
cheers,
Helen
|||Thanks for the reply, I'll give it a whirl.
No comments:
Post a Comment