Hi all:Ok, I'm somewhat new to SQL/SRSS and could really use some help in getting started on something I"m tasked with below. If anyone can chime in to point me to the right path, I'd be very thankful for. I am trying to create a report that summarizes the total count of transactions that each salesperson has processed per a given month.A transaction is defined when there is a $ value populated in the "Sold" column. Ie. if there is an amount in the row table for the salesperson, it means that a transaction was done.The report would be simple:Salesperson Number of TransactionsJohn 5Jane 8 Robert 9Rick 15 Mary 0Would someone be able to direct me to the steps required to generate the above report? Not sure what the query would be, so if someone could help me on that that'll be great. I'm thinking that after the dataset is completed, all I would need to do is bind it to the new report correct?Thanks!
↧