I've noticed is that the formula doesn't work as expected for the "Total" table function. For example, I'm using sum function in the image below:
Shouldn't the last column (a derived metric as percentage) be calculated by the formula as well? I mean, first sum the column values and then apply the formula (sum(agg1)/sum(agg3))?
Hey,
I've noticed is that the formula doesn't work as expected for the "Total" table function. For example, I'm using
sum
function in the image below:Shouldn't the last column (a derived metric as percentage) be calculated by the formula as well? I mean, first sum the column values and then apply the formula (
sum(agg1)/sum(agg3)
)?Thanks!