View Ticket
Not logged in
Ticket UUID: 6977cd82d8269fd3bfbbb5bee16237713b2883d4
Title: Add hidden columns to ticket reports
Status: Closed Type: Feature_Request
Severity: Important Priority:
Subsystem: Resolution: Withdrawn
Last Modified: 2010-03-22 10:11:35
Version Found In:
Description & Comments:
Just like columns starting with '_' are displayed on separate lines, columns starting with '__' could not be displayed at all in report view.

My use case for this one is ordering on ticket status. As the statuses do not progress alphabetically, I added a CASE to the report query that converts them to numbers. But this CASE column adds unneeded clutter to the view.


drh added on 2010-03-20 15:50:11:
Can you not move your CASE expression into the ORDER BY clause?


anonymous claiming to be lrem added on 2010-03-22 10:11:35:
Agh, so easy. Of course you're right.