Active
Project:
views_groupby_hack
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2011 at 04:02 UTC
Updated:
11 Nov 2011 at 12:10 UTC
Thanks for module. there is an error if you use sorting by updated day:
user warning: Unknown column 'node_changed' in 'order clause' query:
Comments
Comment #1
kevinob11 commentedI haven't been able to reproduce the exact error. However are you also grouping by "updated_date"? From my knowledge of SQL once you are grouping nodes (since each row returned is no longer a single node) you shouldn't be able to sort by updated date unless you are grouping by updated date. This is because each row returned no longer has a single updated date so it wouldn't know which updated date to use in sorting.
Best thing to do would be to export your view and post it here so I can take a closer look.
Comment #2
Sinovchi commentedI'll do as soon as i back to my desk