This content has been marked as final.
Show 4 replies
-
1. Re: Suvey Data in Likert Scale - How to show the N's?
Meagen Cutler Jun 18, 2019 7:31 AM (in response to Beth Coduti)I am having the same problem -- were you able to figure out how to show the question N?
Thanks!
Meagen
-
2. Re: Suvey Data in Likert Scale - How to show the N's?
Beth Coduti Jun 18, 2019 7:54 AM (in response to Meagen Cutler)I have not figured it out unfortunately!
-
3. Re: Suvey Data in Likert Scale - How to show the N's?
Meagen Cutler Jun 19, 2019 10:35 AM (in response to Beth Coduti)I asked a co-worker --
Create a calculated field:
window_sum(sum([Number of Records]))
Drag this new variable to the end of the rows. In the dropdown, pick Discrete. In the same dropdown, select Compute Using Text Response (I think that's the variable you have that lists the scale points).
If you want to show N = XXX, modify the calculated field to read:
"N = " + STR(window_sum(sum([Number of Records])))
-
4. Re: Suvey Data in Likert Scale - How to show the N's?
Beth Coduti Jun 19, 2019 11:21 AM (in response to Meagen Cutler)This worked for me!
Thank you very much for sharing!