Forum Discussion
Anonymous
6 years agoNot applicable
Comparing averages to a baseline date
Hello everyone! I want to take some averages that come from a baseline date, then take averages from all other dates and subtract the second one from the first. I have created a formula that is sh...
Anonymous
6 years agoNot applicable
This is what I get. Seeing the total row my guess is that somewhere it the total average of all queries while I want the average of each individual Query.
az38
Community Champion
6 years agoAnonymous
you've got 7.71 when you tried
RETURN
baselineAverage
do you have 7.71 if you use
RETURN
baselineAverage - currentAverage
?