Hi
I would be grateful for a little guidance or a nudge in the right direction on this. I haven't got a lot of experience using SQL but I'm keen to learn..
I've built a database that collects some questionnaire results. Each question has a field in a table (eg, Q1, Q2) and there are 6 possible responses (0-5 (0 no, response, 1 strongly agree- 5 strongly disagree))
I'd like to pull the data out of this so I can see the totals for each response for each question, something like this:
0 1 2 3 4 5
Q1 8 3 2 1 5 0
Q2 1 2 5 3 0 8
Q3 etc
Then I should be able to create charts to display the data in a way that makes our department look good!
Unfortunately, my brain is completely stuck on how to begin...I've played around with a few ideas but failing miserably..any ideas appreciated!
Thanks,
Rob
I would be grateful for a little guidance or a nudge in the right direction on this. I haven't got a lot of experience using SQL but I'm keen to learn..
I've built a database that collects some questionnaire results. Each question has a field in a table (eg, Q1, Q2) and there are 6 possible responses (0-5 (0 no, response, 1 strongly agree- 5 strongly disagree))
I'd like to pull the data out of this so I can see the totals for each response for each question, something like this:
0 1 2 3 4 5
Q1 8 3 2 1 5 0
Q2 1 2 5 3 0 8
Q3 etc
Then I should be able to create charts to display the data in a way that makes our department look good!
Unfortunately, my brain is completely stuck on how to begin...I've played around with a few ideas but failing miserably..any ideas appreciated!
Thanks,
Rob