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

kevinob11’s picture

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

Sinovchi’s picture

I'll do as soon as i back to my desk