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
Tracking counts of task.done should work even if the task hasn't been done yet.
Current Behavior
I'm trying to track tasks like so:
searchType: task.done
searchTarget: Did you meditate?
penalty: 0
startDate: 2024-09-29
endDate: 2024-10-05
summary:
template: "• Meditated {{sum(setMissingValues(dataset(0), 0))::i}} times"
However, during that date range, there is no instance of the task being done. I would expect penalty or setMissingValues to cover that case, but I get the "No y value found" error.
Possible Solution
Steps to Reproduce (for bugs)
Create a task.done query
In the search target range, don't complete the task
Get the error
Context
I want to track counts of tasks being completed even when the count is 0.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Tracking counts of
task.done
should work even if the task hasn't been done yet.Current Behavior
I'm trying to track tasks like so:
However, during that date range, there is no instance of the task being done. I would expect penalty or setMissingValues to cover that case, but I get the "No y value found" error.
Possible Solution
Steps to Reproduce (for bugs)
Context
I want to track counts of tasks being completed even when the count is 0.
The text was updated successfully, but these errors were encountered: