This is a continuation of #867908: Date Range Report Filter , but is meant for the 6.x-2.0 version of webform reports. The attached patch adds the following to the 6.x-2.0BETA5 version:

  1. A between filter type that takes two values.
  2. Uses the Date module, if available, for date selector popups for date type values.
  3. Adds a Report Criteria option - Display Report Filter Form, which will display a collapsible Report Filters fieldset on the report output page that allows the user to change report filter values at runtime.

Feedback would be appreciated

Comments

jimbullington’s picture

Status: Active » Needs review

After installing the above patch, you will probably need to clear the cache to get the filter form to work properly. I usually just go to the Modules page (admin/build/modules) and click Save Configuration.

jimbullington’s picture

StatusFileSize
new23.85 KB

Please use this updated patch:

  1. Session filter values are stored by node id.
  2. Only display Filter fieldset on page view.
  3. Correct _webform_report_format_data() call error.

Feedback is appreciated!

jimbullington’s picture

Status: Needs review » Closed (fixed)