Hi All,
I am working in a report within there is a subreport.Subreport is placed in the group footer.
I am stuck where I need to compare the data between both the reports.
For eg.
Main report contains
ID Name
10 aa
10 aa
20 bb
30 cc
30 cc
Sub Report
ID Name
10 aa
30 cc
30 cc
40 dd
50 dd
I have to get the distint count of ID for each of the report and as well for overall distinctcount for both the report together.
I can achieve each report's count using distinctcount
Main report - 10,20,30 - 3
Sub Report - 10,30,40,50 - 4
Overall - 10,20,30,40,50 - 5 ----> I do not know how do i compare the ID's between two subreport. Is there a way to do this ?
I am working in a report within there is a subreport.Subreport is placed in the group footer.
I am stuck where I need to compare the data between both the reports.
For eg.
Main report contains
ID Name
10 aa
10 aa
20 bb
30 cc
30 cc
Sub Report
ID Name
10 aa
30 cc
30 cc
40 dd
50 dd
I have to get the distint count of ID for each of the report and as well for overall distinctcount for both the report together.
I can achieve each report's count using distinctcount
Main report - 10,20,30 - 3
Sub Report - 10,30,40,50 - 4
Overall - 10,20,30,40,50 - 5 ----> I do not know how do i compare the ID's between two subreport. Is there a way to do this ?