crogers111
Technical User
CR XI
SQL
I'm trying to get a total distinct count of the Employee IDs that reside in the subreport.
The Main report is grouped on MemberID. The subreport resides in the Member ID Grouping as it displays needed data per member. It is also linked on MemberID. Not all Member's in the main report have data in the subreport
Using the sample data below I want a count of 5...for the 5 distinct Employee IDs
Main Report SubReport
MemberID MemberID Employee ID
1111 1111 AAAA
2222 2222 BBBB
3333 3333 BBBB
4444 4444
5555 5555 CCCC
6666 6666 DDDD
7777 7777 EEEE
SQL
I'm trying to get a total distinct count of the Employee IDs that reside in the subreport.
The Main report is grouped on MemberID. The subreport resides in the Member ID Grouping as it displays needed data per member. It is also linked on MemberID. Not all Member's in the main report have data in the subreport
Using the sample data below I want a count of 5...for the 5 distinct Employee IDs
Main Report SubReport
MemberID MemberID Employee ID
1111 1111 AAAA
2222 2222 BBBB
3333 3333 BBBB
4444 4444
5555 5555 CCCC
6666 6666 DDDD
7777 7777 EEEE