I have a data set that contains a function, questions and answers. not all questions have the same set of responses, so that trellis doesn't help me
I am trying to answer questions with the below sample set such as
1 - How many people who are new to using the tool would recommend it to a friend
2 - how many people who used the previous tool are from which function.
I was trying to create a chart with Function and Answer as a dimension, then put the answers and percentage of the response to the answer on a barchart
It would be one chart per question / answer set
I did a cross table to get the question/answer data table
DataLoad:
CrossTable(Question, Answer)
LOAD Function,
[How long have you worked in Tool?],
[The purpose of Tool is clear],
[How likely is it that you would recommend Tool to a friend or colleague?]
I also have inline tables which define valid answers to questions