How do I get the count on the number of companies from different subreports? For example:
Company Name catagory other data
company A 1 data data data
company B 1 data data data
company C 1 data data data
company D 2 data data data
company E 2 data data data
company F 2 data data data
company G 2 data data data
company H 3 data data data
company I 3 data data data
ETC
How can I get the count of companys that have catagory 1 and 3
In my example it would be 5 companies. I have 5 catagories and each company can be in only one catagory. I am trying to write a report that has the catagories grouped. I can get the count for each catagory in the sub-report, but I do not know how to group them for the final summary.
Thank you.
Company Name catagory other data
company A 1 data data data
company B 1 data data data
company C 1 data data data
company D 2 data data data
company E 2 data data data
company F 2 data data data
company G 2 data data data
company H 3 data data data
company I 3 data data data
ETC
How can I get the count of companys that have catagory 1 and 3
In my example it would be 5 companies. I have 5 catagories and each company can be in only one catagory. I am trying to write a report that has the catagories grouped. I can get the count for each catagory in the sub-report, but I do not know how to group them for the final summary.
Thank you.