user15633 Member

Comments

  • The actual data is pulling from a large data set of customers with values set. The goal data is pulling from a small table with goals per month. So there is a beatmode calculation on the actual data to pull just the values for that month, and the goal data is the numerical total goal for that month. This is my attempt at…
  • The way this is set up is the data set has lets say 10,000 rows, and the value in each row is the same. The table is listing that value for each region, but in the data set that value is the same for each of the 10,000 entries. I want to just add up those same entries rather than the sum of all 10,000 entries this is…