Hello,
I have 6 fields that I would like to count and then add all the count values together.
For example I have Survey_Question1, I stats count by that field which produces.
(NULL) 5630
1 2
3 4
4 24
5 558
The 1, 2, 3, 4, 5 are the rating given on the survey.
I have Survey_Question1-Survey_Questions6 I would like to get all their count values and then add them together so then I can divide by 6 and get an average, that I can then visualize onto a dashboard.
Hope this makes sense!
↧