I have a report that displays the member address along with number of case numbers that this member is associated with.
MEmber can have mutiple case numbers associated with him. So, in this case we want to display all the casenumbers.
I have a tablix that is displaying this information. I've group by on memberID. But it displays only one case numbers but not all the case numbers
Here is how I need it to display: For memberID it has 2 casenumbers but my report is displaying only one
MemberID Membername MemberStateMemberCity CaseNumbers
123abc CASanjose s123456
124xyz PAScranton s123567
s127890
MEmber can have mutiple case numbers associated with him. So, in this case we want to display all the casenumbers.
I have a tablix that is displaying this information. I've group by on memberID. But it displays only one case numbers but not all the case numbers
Here is how I need it to display: For memberID it has 2 casenumbers but my report is displaying only one
MemberID Membername MemberStateMemberCity CaseNumbers
123abc CASanjose s123456
124xyz PAScranton s123567
s127890