I have a point layer of zipcode centroids with an attribute value of COVID-19 cases for each zipcode. I am currently displaying counts per zipcode as "Counts and Amounts(size)" based on the value that attribute for each record.
What I would like to do instead is symbolize by "% of total cases". Is there a way to do this without adding a field to the zipcode centroids that contains the # total cases (sum of all records)? In other words, is there a way (Arcade or otherwise) to utilize the total summed value of an attribute field in a table without using a second field that explicitly contains that total value?