I have an ADQL that is trying to count the number of times a Customer is viewed. I have a data collector to add this data to Transactions.Here is the query: SELECT segments.userData.CustomerName, segments.userData.CustomerNumber, segments.userData...