= Currently scheduled = {{{ #!SQLTable SELECT owner, scheduled, component, t.type AS type, project || ':#' || id AS ticket, summary FROM multitrac_query('status <> ''closed'' AND owner <> ''''') t LEFT JOIN enum p ON p.name = t.priority AND p.type = 'priority' WHERE to_date(scheduled, 'MM-DD-YYYY') < current_date + 7 ORDER BY owner, scheduled }}}