I have a report with two separate tables referencing two separate datasets. The first table includes a column which displays some integer value for tagging purposes (ie, 1,2,9,12…etc). The second table includes many items, each of which displays some value of the aforementioned tag numbers (many to one). Both dataset contains the same tag# field.
My question is, how can I count the number of matches in the second table that a particular tag number in the first table is attached to? I know this has to do with an aggregate function, but I think it may also have to do with grouping and I am not sure how to combine the two for the solution I am looking for.
Thanks!
1 Answer