You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the ReadMe, running t display full should show all records of all sheets, including archived ones - Similar to how t display all returns all records of all sheets, but without the archived ones.
I found that using the full argument does not work. Instead it shows a warning:
$ t display full
must provide an argument to a filtering method if not passing a block
I can look at the archived sheets manually, using the leading underscore in front of the sheet name, like:
$ t display _my_sheet
Timesheet: _my_sheet
Day Start End Duration Notes
Fri Jan 17, 2025 15:55:00 - 16:45:00 0:50:00
0:50:00
Tue Jan 21, 2025 17:00:00 - 19:30:00 2:30:00
2:30:00
Wed Jan 22, 2025 12:54:43 - 12:57:12 0:02:29
16:12:38 - 18:28:59 2:16:21
18:32:30 - 18:35:42 0:03:12
[...]
It's just that I can't get a complete, aggregated view.
The text was updated successfully, but these errors were encountered:
According to the ReadMe, running
t display full
should show all records of all sheets, including archived ones - Similar to howt display all
returns all records of all sheets, but without the archived ones.I found that using the
full
argument does not work. Instead it shows a warning:I can look at the archived sheets manually, using the leading underscore in front of the sheet name, like:
It's just that I can't get a complete, aggregated view.
The text was updated successfully, but these errors were encountered: