Closed (fixed)
Project:
Webform Query
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2018 at 15:03 UTC
Updated:
1 Mar 2019 at 16:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
imclean commentedThis sounds useful, and could probably be limited to sorting by the following field types:
Sorting by submission date, updated date etc. can be done by loading the submissions from the query then sorting the results.
Comment #3
imclean commentedTry this. It adds "order by" support for the webform submission field value (point 1 above). Point 2 could probably be done separately if required.
Example:
"ASC" is used if the direction is omitted.
Comment #5
imclean commentedTry the latest dev.
Comment #6
progzy commentedThank you ; I will give it a try when I get more time.