question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Task query cannot see fields in tasks

See original GitHub issue

Describe the bug The plugin cannot see task queries nor, organize, or group by any of the fields declared in the tasks. I don’t get any results from the following example files in the source code test-vault,

##Completed on a specific date ##Grouped sorted tasks ##Sorted tasks ##Annotated tasks

To Reproduce Steps to reproduce the behavior:

  1. Download source code
  2. Download source code and then open the test vault found in the source code
  3. Turn off safe mode and download the Dataview plugin
  4. See above

If applicable, provide the query

```dataview
task
where hasInlineAnnotations
```
```dataview
task
where p 
group by p
```
```dataview
task 
from "tasks" 
where completedDate=date(2021-08-06)
```

Expected behavior I am assuming that since this is the example vault, I should see some results.

Desktop (please complete the following information):

  • OS: MacOs Monterrey
  • Obsidian Version [ 0.12.15]
  • Dataview Version [ 0.4.11]

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
blacksmithgucommented, Sep 28, 2021

These specific issues have been fixed - thanks for filing.

0reactions
blacksmithgucommented, Sep 28, 2021

I believe the docs have been fixed for the inline syntax - I will update the test vault as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot see the 'phone' and 'email' fields on Tasks or Events in ...
In Lightning Experience, on Tasks or Events records the Phone and the Email fields do not appear. Same fields are available in Salesforce...
Read more >
Actual Efforts and other fields data is not visible for Task when ...
My issue is, I entered the value in "Actual effort" field in "task", but when I run "query{same as you did}", the Actual...
Read more >
Unable to access custom Activity field from a Task query
The problem is the Field-level permissions for the Custom Field. When you create your custom field it will not be visible to any...
Read more >
Missing fields when getting task - Asana Community Forum
Hi, In the documentation, it says when getting a task, it can return an array of custom fields alongside “is_global_to_workspace”.
Read more >
Query PWA Tasks with Enterprise Custom Field eq Yes
The Project Online Power Automate Action List Task doesn't return Enterprise fields. I was looking in the Common Data Service; ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found