I have a main table that consists of transactions. I created a second linked table where the main column is “Year”. I created rollup fields to count the number of transactions in each year and the associated revenue. (ex. 2018, 46 Transactions, $3,000,00)
I’m now trying to break that down further. I want to count number of transactions by type (Landlord Rep, Tenant Rep and so on) in that year and then their associated revenue. (ex. 2018, 23 transactions were Landlord Rep Transactions, and $1,500,000 revenue ).
I’m stuck - can’t seem to figure out how to formulate this. Any direction would be very much appreciated!