I have a location point feature for wine production facilities and a csv table that shows the total, red, and white grapes received in tons. I want to join the csv table to the production points by facility name. However, I need to be able to summarize the total tons received, red tones received and white tons received by year in the final point feature class. I created a one to many relationships but I am having trouble with the next steps. How can I isolate the different grape varietals and still visualize and symbolize the tons received for each year in the table?
Thanks!