Ticket #2821 (closed enhancement: fixed)
Ability to customize column results in a filter/query
| Reported by: | aroach@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 |
| Component: | report system | Version: | 0.9.4 |
| Severity: | normal | Keywords: | custom formatting |
| Cc: | rhind@…, daved@… |
Description
Much like when you create a SELECT statement, and you can choose what columns would like to return in the query -- regardless of the constraints for the query -- I'd like to request the ability to select what columns are displayed in a filter.
For example:
SELECT id, summary, component FROM ticket WHERE milestone = 'testmilestone';
Would display id, summary, and component in the recordset.
Now, if I tried this in the filter view, by including "component" I'm introducing another query constraint. In order to have all of the results to display "component", I have to keep adding components until I reach the end. There's no way for me to wildcard (that I'm aware of) because component is a selectbox.
Many thanks.


