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

jimbullington’s picture

Sorry for the slack response...

I haven't seen this before - are there any errors in the log?

roderik’s picture

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