Sunday, October 27, 2013

Can I hide a column(s) based on drill down?

Try the below Visibility expression for the column,


=iif(Count(Fields!EmployeeName.Value, "ParentChildGroup", Recursive) > 1, True, False)


Where "ParentChildGroup" is Group name.




Regards, RSingh


No comments:

Post a Comment