Changes between Version 28 and Version 29 of S3/S3Report
- Timestamp:
- 06/24/13 13:33:41 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Report
v28 v29 101 101 rows="project_id", 102 102 cols="name", 103 fact="time_actual", 104 aggregate="sum", 103 fact="sum(time_actual)", 104 # Older versions of S3Report use this syntax: 105 #fact="time_actual", 106 #aggregate="sum", 105 107 totals=True 106 108 ),