Changes between Version 8 and Version 9 of TracReports
- Timestamp:
- Dec 14, 2014, 5:16:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracReports
v8 v9 16 16 }}} 17 17 ''This will make the query module the default handler for the “View Tickets” navigation item. We encourage you to try this configuration and report back what kind of features of reports you are missing, if any.'' 18 18 19 19 20 A report consists of these basic parts: … … 216 217 also possible to create multi-line report entries. 217 218 218 * '''`column_`''' — ''Break row after this''. By appending an underscore ('_') to the column name, the remaining columns will be continued on a second line.219 * '''`column_`''' — ''Break row after this''. By appending an underscore ('_') to the column name, the remaining columns will be be continued on a second line. 219 220 220 221 * '''`_column_`''' — ''Full row''. By adding an underscore ('_') both at the beginning and the end of a column name, the data will be shown on a separate row.