Reviewed & tested by the community
Project:
Webform Views Submitted Data
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 20:36 UTC
Updated:
26 Jul 2013 at 15:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
dluck4 commentedI'm getting the same problem, have tested the sql code that the view provides directly on the server and don't give any results,the only way to get the results its modifing the sql consult removing from "ON" statement to the end...
Trying to figure how to get this sql consult modified....
Comment #2
monotaga commentedI'm not sure if this is exactly the problem you all were having, but I was having an issue very similar to salientknight's above. I just changed one line and it appears to be working at this point for me. I didn't spend much time on this, so I don't know if this patch breaks anything else, but give it a whirl on your dev site.
Comment #3
monotaga commentedComment #4
monotaga commentedSorry, I had issues with my patch. Try this one out, not the one in #2 above.
Comment #5
tezalsec commentedBeen having the same problem, #4 works for me. Thanks.
Max
Comment #6
sydneyshan commentedExcellent - same problem here and #4 fixed the issue.
Thanks, Monotaga (and Cristhian)!
You've removed a mountain of dread off my shoulders after spending a week building a complex webform just to find out Views doesn't allow you to display/filter by its submitted fields...
Comment #7
monotaga commentedRTBC?
Comment #8
mvcworks for me with webform 6.x-3.15 and webform_views_submitted 6.x-1.x-dev from 1308444521 (18 Jun 2011).
Comment #9
andrewsuth commentedPatch #4 works a treat. Let's get it committed?
Comment #10
hendrohwibowo commentedme too!! Patch #4 works great
Thank you thank you
Comment #11
doctorDrupal commentedis there any progress being made on this front? i like the potential but i can't get the values to display even after applying the patch. since it's entirely possible that i'm not applying the patch correctly (used gnuwin32), is there any chance of obtaining a copy of the module that's already been patched? any possibility of an updated module anytime soon?
is there any way to accomplish this without using views and, rather, using custom SQL? if so, do i just put MySQL code into PHP and into a node (e.g. page)?
thanks in advance for your help--i think you can tell i'm a newbie!! i'm a doctor of medicine--not a doctor of Drupal--yet!!!
Comment #12
doctorDrupal commentednever mind, guys--i manually modified the module's inc file that the patch fixes. everything works now! if you have any questions on how i did it or need a walkthrough, feel free to PM me. to those of you who are worried about this patch potentially "breaking" your site--don't. the only things that really get changed are the variables that are called and displayed. it would be nice if the module available on the site was updated to reflect the changes the patch makes.
Comment #13
mikolaskova commentedHi,
I would like to know how you changed the patch. I applied the patch in #4 but still the content of the submission fields is not shown.
Best regards
Adriana
Comment #14
mikolaskova commentedsorry- I have overseen the http://drupal.org/node/1841758 (this patch worked for me)
Comment #15
fzipi commentedConfirmed, having the same problem, and #4 works for me. Thanks.