Is there a way to do simple arithmetic on fields within a Metric within a Maps Visualization?
For example, I want to create a region map where the regions are colored by the ratio of two Fields. So I have field_1 and field_2 and I want to roll up the value
SUM(field_1)/SUM(field_2)
for each region.
Thanks in advance!