Using the latest development version, I created a grid question with three options and questions. I submitted the form a couple of times, however, in the analysis tab of the webform results, the options do not get counted anywhere. All options are zeroes.

CommentFileSizeAuthor
#4 enkat.png38.83 KBedlingx
#1 webform_grid_analysis.patch884 bytesquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new884 bytes

Thanks GoofyX. I found the problem was the nid was not included in the loading of components, as it is in the 2.x version. This patch adds the nid to each component so that the Grid element can pull in the data correctly. I've already committed it to the 2.x branch. Let me know if it's not working.

GoofyX’s picture

Status: Fixed » Active

Hmm... The patch does not work for me. Still all results in the analysis tab for the grid questions are all 0.

quicksketch’s picture

Status: Active » Fixed

I'm pretty sure http://drupal.org/node/236791 has fixed this problem also. Please reopen if the problem still exists.

edlingx’s picture

Status: Fixed » Closed (won't fix)
StatusFileSize
new38.83 KB

I have tried the 5x-1.9 and the 2.0 beta but i can´t get any results from the grid.
I have tried everyting here and on http://drupal.org/node/236791 but nothing works.

I have tried with the most basic grid, but can´t get anything to show up in the result.
Other form components work fine

edlingx’s picture

Status: Closed (won't fix) » Active
quicksketch’s picture

Status: Active » Postponed (maintainer needs more info)

Try the 1.10 or latest beta version. I think that the problem was not corrected in 1.9 but was fixed afterwards (in that issue you linked to).

quicksketch’s picture

Status: Postponed (maintainer needs more info) » Active
quicksketch’s picture

Status: Active » Closed (fixed)

Closing up after no response. Seems to be fixed.