I'm looking for some help in getting counts for records in Campaign. I
have an external transactions database that I'm querying as the target
and filtering dimension. Within the table is a field (MemberID) that can
be duplicated across multiple transactions, so after I have the
transactions returned that i'm looking for, I want to have a count of
the number of times the Member ID appears. Example:TransactionID
(Key)MemberID111111222222311111422222533333 I want to get a count of the
number of tim...