Now I got data table of Sales activity which each row consist of Sales name ,Date , Customer name and other information
I want to Count how many Activities of Sale A in this month or any month I want to see to compare with other Salesman how could I do it ?
Now I try Roll up with count , working great but want to add more conditions like month and Salesname
Use a Query column to create conditional relations, and then rollup through that.
2 Likes
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.