Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard Goals Dataview Doesn't Work for Autotracked Goals #15

Open
PeterBeckley opened this issue Dec 7, 2023 · 0 comments
Open

Dashboard Goals Dataview Doesn't Work for Autotracked Goals #15

PeterBeckley opened this issue Dec 7, 2023 · 0 comments

Comments

@PeterBeckley
Copy link
Contributor

Goals that are created with manual tracking applied are filtered out by the query in your setup guide:

TABLE WITHOUT ID
	(link(file.path, alias)) as title,
	Bar
FROM #goal
WHERE number(Progress) != number(Target)
SORT Type DESC

However, goals created with autotracking will show up regardless of percent complete. I think it has to do with those being calculated values rather than types in. Any fix available in this query or is this a limitation of Dataview+JS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant