This content has been marked as final.
Show 2 replies
-
1. Re: how to count strings
Alex Kerin May 4, 2012 6:53 AM (in response to kym.wong)You need to create another calculated field for the average - difficult to tell you what that would be without knowing the actual structure of your data and the Engagement calculation.
However, something like:
sum(engagement score)/count(Ba name) might work
As the score is already an engagement, you may need to use a table calculation like window_sum
-
2. Re: how to count strings
kym.wong May 4, 2012 8:01 AM (in response to Alex Kerin)Thanks Alex.
I tried the formula and it worked!