When looking at the results for multiple forms it would be nice if they were collated and tallied so you could see how many people selected what checkbox.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | webform.inc | 11.18 KB | jnt |
| #2 | webform_0.module | 37.82 KB | jnt |
When looking at the results for multiple forms it would be nice if they were collated and tallied so you could see how many people selected what checkbox.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | webform.inc | 11.18 KB | jnt |
| #2 | webform_0.module | 37.82 KB | jnt |
Comments
Comment #1
ullgren commentedThis is one of many things that will be available in the Report Tool[0] in the future(tm).
Setting this as duplicate. If you have more fedback on layout for the tally-report (mockups, code or written ideas) please add them to the Report Tool issue.
[0] http://drupal.org/node/8325
Comment #2
jnt commentedYes I tinkered with some code to do that.
I will post it here in case ullgren would like to use it and make it a patch or something.
It has co-opted one of his menu hooks and only handles checkboxes and radio buttons. It is not part of any official fork so I stress it is unsupported and try if you like.
It may not sit with his future design philosophy.
There are two files: webform.inc, webform.module
I will post the second in an immediately following post.
Comment #3
jnt commentedand the second bit.
The code is invoked as "analysis" from the Webform menu.
Comment #4
jnt commentedSorry, I didn't read your original post closely enough. I have reported on the other thread.