I can do a crosstab that gives count of each ans' for each question. However I need to give the counts per employee, who is a multiple-answer for Question 1.
So a response could have two or more employees listed.
Response table-ie:
RespondentID QuestionID AnswerID AnswerText
3 1 7 Smith, Sam
3 1 6 Jones, John
3 2 1 (Not Answered)
3 3 20 Facility1
3 4 1 (Not Answered)
3 5 23 Good
3 6 28 Poor
3 7 33 Good
3 8 38 Good
etc
Suggestions?
So a response could have two or more employees listed.
Response table-ie:
RespondentID QuestionID AnswerID AnswerText
3 1 7 Smith, Sam
3 1 6 Jones, John
3 2 1 (Not Answered)
3 3 20 Facility1
3 4 1 (Not Answered)
3 5 23 Good
3 6 28 Poor
3 7 33 Good
3 8 38 Good
etc
Suggestions?