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