Feature #2053
ORDER BY after sorting by date
| Status: | New | Start: | 04/06/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Frontend Output | |||
| Target version: | 1.5.0 |
Description
I have extended tx_cal_event with a true/false (0/1) field for marking events as sponsored. in a daywrap section, they should be listed first and sorted by tx_cal_event.title.
As a SQL statement you would simply add
... ORDER BY tx_cal_event.sponsored DESC, tx_cal_event.title