Active
Project:
Webform Report
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2011 at 18:56 UTC
Updated:
26 Apr 2011 at 01:23 UTC
No results show up in the report, even for the root user. All settings seems to be available.
Result *do* show up on the "Results" tab of the associated webform.
Webform report is published
Webform: field is set appropriately
Report columns added -- a date field, a text field, and the View link
I have tried adding and removing "Filter" fields and "Sort by" fields.
Comments
Comment #1
jimbullington commentedSorry for the slack response...
I haven't seen this before - are there any errors in the log?
Comment #2
roderikI coulda sworn I had the same thing a few days ago.
And it seemed like there was a lot of processing going on (like, webform submissions were actually retrieved from the database - but _webform_report_test_filters() threw them all away.)
But right now I can't reproduce it anymore, with any version of webform_report.
@acummings: try the latest -dev version - and possibly on top of that, the patch in #1138264: Performance #2. That one changes the webform submissions which are retrieved from the database - so might possibly have an effect if there indeed is an obscure bug.
If nothing else, you get a noticeable speed increase.