Hi There, I have a calculated field that I’m trying to sum up. The column (time required) that I’m trying to sum is a calculated field that I’m showing the max. So far to find the sum of that field, this is the logic I’m using: sumOver({time_required}, [State, County, City], PRE_AGG), but it’s not giving me the right total. Total should be -420, but I’m getting a value in the thousands.
Is there a better way to construct the logic? Thank you!