Hi there!
I am pretty new to Dataview and an absolute noob in JS, but I’m trying to create a time estimator in my “TO DO now” Kanban board.
Here is the example with Kanban board:
I implement here inline field annotation of tasks with =sum(filter(this.file.tasks.estimated_time, (p) => p))
to calculate time across ALL tasks with estimated_time
field in the Kanban board.
But the problem is when I archive my old tasks → time from that tasks is still in use.
I’ve tried to filter field extraction according to section
or header
, but I’ve got no result. Usual field extraction by =this.estiamted_time
also doesn’t work.
Maybe someone has genius ideas about it?