The count should automatically display in the inner “Table 3” grouping.
Also, just a thought, you might want to rename your tables for readability. So Table 1 could be named “Companies,” Table 2 “Company Types,” and Table 3 “Social Media Details.”
Thank you for your reply but this does not give me the data I’m looking for. (Note: my tables are label however I thought it would be easier to call them table 1, 2 & 3). I will ask the question again to make sure we are on the same page.
I am tracking social media info for members of a non-profit industry organization.
Members (table) includes company info plus a linked field to “Type” and one to “Social Media”
Phase 1, was had only one type of Members so the count in the Social Media table was correct.
Phase 2, I added a second type of Member identified in the “Type” table.
Now, my Social Media count is reflective of all ALL member types.
I need the report to look at EITHER at Type, then social media OR Social Media, then type.
Have you tried grouping Table 1 by the linked ‘Type’ field, then by the linked ‘Social Media’ field?
Otherwise, please create shared views so that I can see how your base is organized. Warning: I highly recommend you filter those shared views so that only values you feel comfortable sharing publicly are visible.
This makes sense now. So the initial idea to count by grouping won’t work because a company can have multiple social media accounts. So “Facebook Twitter” gets counted separately than “Twitter.”
Maybe someone else has a Rollup related solution you could use in the Social Media Platform table (I wasn’t able to come up with one). The other way to automate it would be to use the Scripting Block. But that requires some coding knowledge, so you may want to hire a developer to write some JavaScript for you.
If you’d like to just count it up in a more manual way, you could filter the list of all the companies by combinations of social media types / company types, then write down the resulting number of visible records. But I know that’s not ideal and tiresome work.
Thank you for your help. I started with the Regular members and I have those numbers. I’m working on the Associates now. I will figure out what to do next when that data is entered. Again, thanks.