Report on completed tasks?
Author |
Message |
frankie.toodle
|
Hi,
maybe somebody developed a program in Python or an spreadsheet to calculate a report from the list of completed tasks (csv export)? e.g. like how often was the task completed relation to being planned.
Thank you,
Frank
|
michaeelphillips
|
Hi Frank,
You can use Python with pandas or a spreadsheet with pivot tables and COUNTIFS to analyze how often tasks were completed compared to how often they were planned. Just group by task name and compare completion counts or time intervals. Let me know if you’d like a simple example to get started.
|
You cannot reply yet
U Back to topic home
R Post a reply
To participate in these forums, you must be signed in.