This does not bring up any value for my fields.

Following the steps on the DL page, I then chose a field. I get about 5000 blank results with a straight up field select.
I add Relationship Node, filter node id, node type and I still get nothing but blank fields.

-=Sal=-

Comments

dluck4’s picture

I'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....

monotaga’s picture

StatusFileSize
new525 bytes

I'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.

monotaga’s picture

Status: Active » Needs review
monotaga’s picture

StatusFileSize
new1.22 KB

Sorry, I had issues with my patch. Try this one out, not the one in #2 above.

tezalsec’s picture

Been having the same problem, #4 works for me. Thanks.

Max

sydneyshan’s picture

Excellent - 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...

monotaga’s picture

RTBC?

mvc’s picture

Status: Needs review » Reviewed & tested by the community

works for me with webform 6.x-3.15 and webform_views_submitted 6.x-1.x-dev from 1308444521 (18 Jun 2011).

andrewsuth’s picture

Patch #4 works a treat. Let's get it committed?

hendrohwibowo’s picture

me too!! Patch #4 works great

Thank you thank you

doctorDrupal’s picture

is 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!!!

doctorDrupal’s picture

never 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.

mikolaskova’s picture

Hi,

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

mikolaskova’s picture

sorry- I have overseen the http://drupal.org/node/1841758 (this patch worked for me)

fzipi’s picture

Category: support » bug

Confirmed, having the same problem, and #4 works for me. Thanks.