We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I feel limited with the Folder and Tags as sources, I can't even combine the two, it just adds more files than making the query more specific.
To solve this issue of being able to specify which files should appear in the dataloom is to make it accept dataview queries.
An example of a dataview query:
Table row["IsComplete?"] as "Complete?" from "assignments" and -#2nd_Term -- To prevent it from getting my folder notes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
I feel limited with the Folder and Tags as sources, I can't even combine the two, it just adds more files than making the query more specific.
Solution
To solve this issue of being able to specify which files should appear in the dataloom is to make it accept dataview queries.
Additional details
An example of a dataview query:
The text was updated successfully, but these errors were encountered: