Is there a way to make a Dataview field that the value of it is itself a query?

I have this inline query:

Total:: `= sum(default(filter(this.file.tasks, (t) => t.completed = false).dur, dur(0m))).hours + "h" `

What is interesting is, it doesn’t update anymore. So say at first time it calculate the total time is 3h, then if I change the value of a task it will still remain 3h, until I edit something in the line and back to the preview mode

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.