Needs review
Project:
Webform Report
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2014 at 18:57 UTC
Updated:
6 Apr 2015 at 19:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
srutland commentedCreated a patch to allow report authors to add a column that displays the Serial value uniquely assigned to each Webform submission. It only allows a display column, it is does not provide for Filters or Sort by.
I'm not a PHP/MySQL expert and this is my first patch (got some friendly consulting help), but this patch allows our users to visually associate serial values in a WF Report with the actual Webform results.
Comment #2
tmedlen commentedThis patch works for me, was much needed- thanks
Comment #3
dtroxell commentedCreated a patch that expands upon srutland's by making the added serial meta component a number rather than a string. Also adjusts the indexing of the meta components to allow serials to be included in the search dropdown, the filters, and the sort ons.