Currently if a variable lookup finds an array of values, it automatically takes the sum of them every time.
This would be more clear to the user if it required a "@sum(blah)" instead of auto-magic.
- And then we could also include @count, @max, @min, etc.
- Maybe even @last instead of the "useLastRow" special-case!