Changes between Version 3 and Version 4 of TracReports
- Timestamp:
- Apr 28, 2017, 12:06:12 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracReports
v3 v4 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 19 18 20 19 A report consists of these basic parts: … … 217 216 also possible to create multi-line report entries. 218 217 219 * '''`column_`''' — ''Break row after this''. By appending an underscore ('_') to the column name, the remaining columns will be becontinued on a second line.218 * '''`column_`''' — ''Break row after this''. By appending an underscore ('_') to the column name, the remaining columns will be continued on a second line. 220 219 221 220 * '''`_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.